| |
|
| java.lang.Object com.jeta.swingbuilder.store.ProjectLevelImportedBeansModel
ProjectLevelImportedBeansModel | public class ProjectLevelImportedBeansModel implements Externalizable(Code) | | This model contains the list of beans imported by the user for the
application. It also includes all classpaths where these beans are located.
author: Jeff Tassin |
VERSION | final public static int VERSION(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | |
ProjectLevelImportedBeansModel | public ProjectLevelImportedBeansModel()(Code) | | ctor
|
ProjectLevelImportedBeansModel | public ProjectLevelImportedBeansModel(String envVar)(Code) | | |
addImportedBean | public void addImportedBean(ImportedBeanInfo bi)(Code) | | Adds an imported bean definition to the model
|
addRelativeClasspath | public void addRelativeClasspath(String relativeClasspath)(Code) | | Adds a relative classpath to the list of classpaths where the java beans
can be found
|
getImportedBeans | public Collection getImportedBeans()(Code) | | a collection of ImportedBeanInfo objects that define the list ofimported Java beans defined by the user. |
getRelativeClasspaths | public Collection getRelativeClasspaths()(Code) | | the collection of relative classpaths (String objects) thatdefine the classpath where the imported Java beans are found. |
getUrls | public Collection getUrls()(Code) | | the collection of urls (URL objects) that define the classpathwhere the imported Java beans are found. |
|
|
|