|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Annotation
that corresponds to the given Annotation
class
on the IJavaElement
.
AnnotationMirror
that corresponds to the given Annotation
class
on the Declaration
.
IAnnotation
that corresponds to the given Annotation
class
on the IAnnotatable
element.
org.eclipse.jst.ws.annotations.core.annotationInitializer
extension point or null if no
initializer can be found.
IAnnotationAttributeInitializer
for the given Name
or null if none can be found.
AnnotationDefinition.getAnnotationType()
AnnotationDefinition
for the given Annotation
class
or null if no annotation definition can be found.
AnnotationDefinition
for the given fully qualified Annotation
class
name or null if no annotation definition can be found.
AnnotationDefinition
for the given IType
or null if no annotation definition can be found.
AnnotationDefinition
constructed from contributions to the
org.eclipse.jst.ws.annotations.core.annotationDefinition
extension point.
AnnotationsManager.getAnnotationTypes(IJavaElement)
Annotation
that are present on the given IJavaElement
AnnotationDefinition
with the given annotation category name.
class
attribute of the
annotation element in the org.eclipse.jst.ws.annotations.core.annotationDefinition
extension point.
- getAnnotationTypes(IJavaElement) -
Static method in class org.eclipse.jst.ws.annotations.core.AnnotationsManager
- Returns a list of all the contributed annotations that target the given
IJavaElement
.
- getAnnotationTypeTargets() -
Method in class org.eclipse.jst.ws.annotations.core.AnnotationDefinition
- Returns a list of
ElementType
that specify the Java elements to which the annotation can be applied.
- getAnnotationValue(AnnotationMirror, String) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the
AnnotationValue
with the given member name that is declared within the AnnotationMirror
.
- getAnnotationValue(NormalAnnotation, String) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the
NormalAnnotation
member value pair value with the given member name.
- getAnnotationValue(IAnnotation, String) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the JDT
IAnnotation
member value pair value with the given member name.
- getBooleanValue(AnnotationMirror, String) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the member value with the given member name from the
AnnotationMirror
as a Boolean
value.
- getBooleanValue(Annotation, String) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the member value with the given member name from the
Annotation
as a Boolean
value.
- getBooleanValue(IAnnotation, String) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the member value with the given member name from the
IAnnotation
as a Boolean
value.
- getCategory() -
Method in class org.eclipse.jst.ws.annotations.core.AnnotationDefinition
- Returns the category the annotation belongs to.
- getCompilationUnitFromJavaElement(IJavaElement) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns a
ICompilationUnit
for the given IJavaElement
.
- getCompletionProposalsForMemberValuePair(IJavaElement, MemberValuePair) -
Method in class org.eclipse.jst.ws.annotations.core.initialization.AnnotationAttributeInitializer
-
- getCompletionProposalsForMemberValuePair(IJavaElement, MemberValuePair) -
Method in interface org.eclipse.jst.ws.annotations.core.initialization.IAnnotationAttributeInitializer
- Used to provide a list of
ICompletionProposal
for a MemberValuePair
value.
- getCompletionProposalsForSingleMemberAnnotation(IJavaElement, SingleMemberAnnotation) -
Method in class org.eclipse.jst.ws.annotations.core.initialization.AnnotationAttributeInitializer
-
- getCompletionProposalsForSingleMemberAnnotation(IJavaElement, SingleMemberAnnotation) -
Method in interface org.eclipse.jst.ws.annotations.core.initialization.IAnnotationAttributeInitializer
- Used to provide a list of
ICompletionProposal
for a SingleMemberAnnotation
value.
- getEndpointAddress(Definition) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.WSDLUtils
- Returns the first
SOAPAddress
or SOAP12Address
found in the given
Definition
or null if none is found.
- getEnumValue(Annotation, String) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the member value with the given member name from the
Annotation
as a String
value.
- getEnumValue(IAnnotation, String) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the member value with the given member name from the
IAnnotation
as a String
value.
- getFieldDeclaration(IField) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the
FieldDeclaration
that corresponds to the given IField
.
- getJavaProject(String) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.JDTUtils
- Returns the Java project corresponding to the given project name.
- getJavaProjectOutputDirectoryPath(IJavaProject) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.JDTUtils
- Returns the absolute path in the local file system of the default output location for the given java project.
- getJavaProjectOutputDirectoryPath(String) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.JDTUtils
- Returns the absolute path in the local file system of the default output location for the given java project name.
- getJavaProjectSourceDirectoryPath(IType) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.JDTUtils
- Returns the full, absolute path relative to the workspace of the source folder that contains the given type.
- getJavaProjectSourceDirectoryPath(String) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.JDTUtils
- Returns the full, absolute path relative to the workspace of the first source folder found in the java project with the given name.
- getJavaProjectSourceDirectoryPath(IJavaProject) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.JDTUtils
- Returns the full, absolute path relative to the workspace of the first source folder found in the given java project.
- getLocalVariable(IMethod, int) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the
ILocalVariable
at the given offset position in the source file.
- getLocalVariable(IMethod, String) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the
ILocalVariable
with the given name within the declared IMethod
.
- getMemberValuePair(NormalAnnotation, String) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the
MemberValuePair
with the given member name from the NormalAnnotation
.
- getMemberValuePairs(IJavaElement, AST, Class<? extends Annotation>) -
Method in class org.eclipse.jst.ws.annotations.core.initialization.AnnotationAttributeInitializer
- Deprecated. as of 1.1 replaced by
AnnotationAttributeInitializer.getMemberValuePairs(IJavaElement, AST, IType)
- getMemberValuePairs(IJavaElement, AST, IType) -
Method in class org.eclipse.jst.ws.annotations.core.initialization.AnnotationAttributeInitializer
-
- getMemberValuePairs(IJavaElement, AST, Class<? extends Annotation>) -
Method in class org.eclipse.jst.ws.annotations.core.initialization.DefaultsAnnotationAttributeInitializer
- Deprecated. as of 1.1 replaced by
DefaultsAnnotationAttributeInitializer.getMemberValuePairs(IJavaElement, AST, IType)
- getMemberValuePairs(IJavaElement, AST, IType) -
Method in class org.eclipse.jst.ws.annotations.core.initialization.DefaultsAnnotationAttributeInitializer
- Constructs a list of
MemberValuePair
from the annotation type element names and default values.
- getMemberValuePairs(IJavaElement, AST, Class<? extends Annotation>) -
Method in interface org.eclipse.jst.ws.annotations.core.initialization.IAnnotationAttributeInitializer
- Deprecated. as of 1.1 replaced by
IAnnotationAttributeInitializer.getMemberValuePairs(IJavaElement, AST, IType)
- getMemberValuePairs(IJavaElement, AST, IType) -
Method in interface org.eclipse.jst.ws.annotations.core.initialization.IAnnotationAttributeInitializer
- Returns a list of
MemberValuePair
that may be added to a NormalAnnotation
.
- getMethodDeclaration(IMethod) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the
MethodDeclaration
that corresponds to the given IMethod
.
- getName() -
Method in class org.eclipse.jst.ws.annotations.core.AnnotationDefinition
- Returns the annotation name.
- getPackageNameFromNamespace(String) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.WSDLUtils
- Constructs a dot separated package name from a given namespace.
- getPublicMethods(IType) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.JDTUtils
- If the given
IType
is an interface all methods declared in that interface are returned.
- getSingleVariableDeclaration(ILocalVariable) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the
SingleVariableDeclaration
that corresponds to the given ILocalVariable
.
- getSingleVariableDeclarations(IMethod) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns a list of all the
SingleVariableDeclaration
for the given IMethod
.
- getStringValue(AnnotationMirror, String) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the member value with the given member name from the
AnnotationMirror
as a String
value.
- getStringValue(Annotation, String) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the member value with the given member name from the
Annotation
as a String
value.
- getStringValue(IAnnotation, String) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the member value with the given member name from the
IAnnotation
as a String
value.
- getTargetNamespaceFromPackageName(String) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.JDTUtils
- Constructs a target namespace string from the given package name by splitting the dot '.' separated
package name, reversing the order of the package name segments followed by prefixing the string with
'http://' and appending a forward slash '/' to the end.
- getTargets() -
Method in class org.eclipse.jst.ws.annotations.core.AnnotationDefinition
- Deprecated. as of 1.1 replaced by
AnnotationDefinition.getAnnotationTypeTargets()
- getTypeDeclaration(IType) -
Static method in class org.eclipse.jst.ws.annotations.core.utils.AnnotationUtils
- Returns the
AbstractTypeDeclaration
that corresponds to the given IType
.
- getWebContentFolder(IProject) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.WSDLUtils
- Returns the Web Content folder of the given project.
- getWSDLFolder(String) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.WSDLUtils
- Returns the WSDL folder of the project with the given name.
- getWSDLFolder(IProject) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.WSDLUtils
- Returns the WSDL folder of the given project.
- getWSDLLocation(Definition) -
Static method in class org.eclipse.jst.ws.jaxws.core.utils.WSDLUtils
- Returns the location URI from the first
SOAPAddress
or SOAP12Address
found
in the given Definition
or null if none is found.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |