|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJETBundleDescriptor
Provide descriptive information about a JET Project/transform/bundle.
Method Summary | |
---|---|
java.net.URL |
getBaseURL()
Return the base URL of from which all bundle content may be accessed. |
java.lang.String |
getDescription()
Return a description of the bundle. |
java.lang.String |
getId()
Return the unique identifier of the bundle. |
java.lang.String |
getMainTemplate()
Return a bundle relative path to the main template for the bundle. |
java.lang.String |
getModelExtension()
Return the model extension that the bundle expects its input to conform to. |
java.lang.String |
getModelLoaderId()
Return the id of the model loader the bundle expects to use. |
java.net.URL |
getModelSchema()
Return the URL of model schema defined by the transform. |
java.lang.String |
getName()
Return the bundle's descriptive name. |
java.lang.String |
getOverridesId()
Return the id of a JET bundle that this bundle overrides. |
java.lang.String |
getProvider()
Return the name of the entity that created the bundle. |
TagLibraryReference[] |
getTagLibraryReferences()
Return an array containing the tag libraries imported by the bundle. |
java.lang.String |
getTemplateLoaderClass()
Return the template loader class for the bundle. |
java.lang.String |
getVersion()
Return the bundle version string. |
boolean |
isPrivate()
Tests whether the transform is declared to be private. |
Method Detail |
---|
java.lang.String getId()
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getModelLoaderId()
null
if the bundle does not specify a model loader.java.lang.String getModelExtension()
null
if the bundle does not specific a model extension.java.lang.String getOverridesId()
null
if the bundle does not override another bundle.java.lang.String getVersion()
java.lang.String getProvider()
TagLibraryReference[] getTagLibraryReferences()
java.lang.String getTemplateLoaderClass()
null
if not specified.java.lang.String getMainTemplate()
null
if not specified.java.net.URL getBaseURL()
boolean isPrivate()
true
for private, false
otherwise.java.net.URL getModelSchema() throws java.net.MalformedURLException
null
if no schema is provided
java.net.MalformedURLException
- if the model schema URL is malformed.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |