| java.lang.Object org.netbeans.modules.visualweb.complib.ComplibManifest
ComplibManifest | class ComplibManifest (Code) | | Represents configuration information for a component library.
author: Edwin Goei |
Inner Class :public enum EeSpecVersion | |
declaredDesignTimePath | protected List<String> declaredDesignTimePath(Code) | | Design-time path, each String is a relative complib resource path
|
javadocPath | protected List<String> javadocPath(Code) | | Javadoc path, each String is a relative complib resource path
|
prependRuntimePath | protected boolean prependRuntimePath(Code) | | True iff runtime path should be prepended to design-time path
|
runtimePath | protected List<String> runtimePath(Code) | | Runtime path, each String is a relative complib resource path
|
sourcePath | protected List<String> sourcePath(Code) | | Java source path, each String is a relative complib resource path
|
title | protected String title(Code) | | Localized Title for this complib
|
addDeclaredDesignTimePath | void addDeclaredDesignTimePath(File dtJar) throws XmlException(Code) | | Append a single design-time jar element to the declared design-time path
Parameters: dtJar - throws: XmlException - |
getEeSpecVersion | public EeSpecVersion getEeSpecVersion()(Code) | | |
getHelpPrefix | String getHelpPrefix()(Code) | | Return the help prefix. Null means no prefix attribute found.
|
getInitialPalette | List<InitialPaletteFolder> getInitialPalette()(Code) | | Returns a List representing the initial palette structure for this
complib, if any. If the list is empty, then this complib does not have an initial palette
specified.
List which may be empty but never null. |
getInstance | static ComplibManifest getInstance(Manifest manifest, ClassLoader resourceClassLoader) throws ComplibException, IOException(Code) | | Parse the Jar Manifest and return a CompLibManifest. This can occur before a package is
expanded. This needs to be fast since a UI may depend on accessing some metadata about this
library. Only some info such as the library Title is accessible before a package is expanded.
Parameters: manifest - root jar Manifest which may refer to external resources Parameters: resourceClassLoader - ClassLoader used to load resources from throws: ComplibException - throws: IOException - |
getSunFacesConfig | String getSunFacesConfig()(Code) | | null if not specified |
|
|