|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provide descriptive information about a JET Project/transform/bundle.
Method Summary | |
URL |
getBaseURL()
Return the base URL of from which all bundle content may be accessed. |
String |
getDescription()
Return a description of the bundle. |
String |
getId()
Return the unique identifier of the bundle. |
String |
getMainTemplate()
Return a bundle relative path to the main template for the bundle. |
String |
getModelExtension()
Return the model extension that the bundle expects its input to conform to. |
String |
getModelLoaderId()
Return the id of the model loader the bundle expects to use. |
URL |
getModelSchema()
Return the URL of model schema defined by the transform. |
String |
getName()
Return the bundle's descriptive name. |
String |
getOverridesId()
Return the id of a JET bundle that this bundle overrides. |
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. |
String |
getTemplateLoaderClass()
Return the template loader class for the bundle. |
String |
getVersion()
Return the bundle version string. |
boolean |
isPrivate()
Tests whether the transform is declared to be private. |
Method Detail |
public String getId()
public String getName()
public String getDescription()
public String getModelLoaderId()
null
if the bundle does not specify a model loader.public String getModelExtension()
null
if the bundle does not specific a model extension.public String getOverridesId()
null
if the bundle does not override another bundle.public String getVersion()
public String getProvider()
public TagLibraryReference[] getTagLibraryReferences()
public String getTemplateLoaderClass()
null
if not specified.public String getMainTemplate()
null
if not specified.public URL getBaseURL()
public boolean isPrivate()
true
for private, false
otherwise.public URL getModelSchema() throws MalformedURLException
null
if no schema is provided
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 |