com.bstek.dorado.core.pkgs
public class PackageInfo extends java.lang.Object
Constructor and Description |
---|
PackageInfo(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddonVersion() |
java.lang.String |
getClassifier() |
java.lang.String |
getComponentLocations() |
PackageConfigurer |
getConfigurer() |
java.lang.String |
getContextLocations() |
Dependence[] |
getDepends() |
java.lang.String |
getDescription() |
java.lang.String |
getHomePage() |
java.lang.String[] |
getLicense() |
PackageListener |
getListener() |
java.lang.String |
getName() |
java.lang.String |
getPropertiesLocations() |
javax.servlet.ServletContextListener |
getServletContextListener() |
java.lang.String |
getServletContextLocations() |
java.lang.String |
getVersion() |
boolean |
isEnabled() |
boolean |
isLoaded() |
boolean |
isLoadUnlicensed() |
void |
setAddonVersion(java.lang.String addonVersion) |
void |
setClassifier(java.lang.String classifier) |
void |
setComponentLocations(java.lang.String componentLocations) |
void |
setConfigurer(PackageConfigurer configurer) |
void |
setContextLocations(java.lang.String contextLocations) |
void |
setDepends(Dependence[] depends) |
void |
setDescription(java.lang.String description) |
void |
setEnabled(boolean enabled) |
void |
setHomePage(java.lang.String homePage) |
void |
setLicense(java.lang.String[] license) |
void |
setListener(PackageListener listener) |
void |
setLoaded(boolean loaded) |
void |
setLoadUnlicensed(boolean loadUnlicensed) |
void |
setPropertiesLocations(java.lang.String propertiesLocations) |
void |
setServletContextListener(javax.servlet.ServletContextListener servletContextListener) |
void |
setServletContextLocations(java.lang.String servletContextLocations) |
void |
setVersion(java.lang.String version) |
public java.lang.String getName()
public java.lang.String getAddonVersion()
public void setAddonVersion(java.lang.String addonVersion)
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
public Dependence[] getDepends()
public void setDepends(Dependence[] depends)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public java.lang.String[] getLicense()
public void setLicense(java.lang.String[] license)
public boolean isLoadUnlicensed()
public void setLoadUnlicensed(boolean loadUnlicensed)
public java.lang.String getClassifier()
public void setClassifier(java.lang.String classifier)
public java.lang.String getHomePage()
public void setHomePage(java.lang.String homePage)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public PackageConfigurer getConfigurer()
public void setConfigurer(PackageConfigurer configurer)
public PackageListener getListener()
public void setListener(PackageListener listener)
public javax.servlet.ServletContextListener getServletContextListener()
public void setServletContextListener(javax.servlet.ServletContextListener servletContextListener)
public java.lang.String getPropertiesLocations()
public void setPropertiesLocations(java.lang.String propertiesLocations)
public java.lang.String getContextLocations()
public void setContextLocations(java.lang.String contextLocations)
public java.lang.String getComponentLocations()
public void setComponentLocations(java.lang.String componentLocations)
public java.lang.String getServletContextLocations()
public void setServletContextLocations(java.lang.String servletContextLocations)
public boolean isLoaded()
public void setLoaded(boolean loaded)
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.