org.eclipse.jst.jsf.contentmodel.annotation.internal.provisional
Interface ICMAnnotationSourceFileInfo


public interface ICMAnnotationSourceFileInfo

The interface used to access information about the annotationFile extension Not intended to be implemented by clients.


Method Summary
 java.lang.String getAnnotationFileLocation()
           
 java.lang.String getAnnotationFileLocatorClassname()
           
 java.lang.String getBundleId()
           
 java.lang.String getParserClassName()
           
 

Method Detail

getAnnotationFileLocation

public java.lang.String getAnnotationFileLocation()
Returns:
location of annotation file that the locator class will use

getBundleId

public java.lang.String getBundleId()
Returns:
bundle id of plugin defining the annotation file

getParserClassName

public java.lang.String getParserClassName()
Returns:
class name of parser to use on the annotation file

getAnnotationFileLocatorClassname

public java.lang.String getAnnotationFileLocatorClassname()
Returns:
class name of the file locator