|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.contentmodel.annotation.CMAnnotationSourceFileLocator
org.eclipse.jst.jsf.common.metadata
package
public abstract class CMAnnotationSourceFileLocator
Used to supply an InputStream to the parser of an annotation meta-data file and the URL to the resource bundle for a properties file, if any. Implementors must provide a zero-argument constructor.
Constructor Summary | |
---|---|
CMAnnotationSourceFileLocator()
Deprecated. |
Method Summary | |
---|---|
abstract java.io.InputStream |
getAnnotationSourceInputStream()
Deprecated. Return InputStream to the meta-data annotation. |
abstract java.util.ResourceBundle |
getResourceBundle()
Deprecated. Return ResourceBundle for the property files if there are any. |
void |
setFileInfo(ICMAnnotationSourceFileInfo fileInfo)
Deprecated. Set the ICMAnnotationSourceFileInfo for locator |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMAnnotationSourceFileLocator()
Method Detail |
---|
public final void setFileInfo(ICMAnnotationSourceFileInfo fileInfo)
fileInfo
- public abstract java.io.InputStream getAnnotationSourceInputStream() throws java.io.IOException
java.io.IOException
public abstract java.util.ResourceBundle getResourceBundle() throws java.io.IOException, java.util.MissingResourceException
java.io.IOException
java.util.MissingResourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |