|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.application.web.classes.ClassManager
ClassManager
Field Summary |
Fields inherited from interface electric.glue.IGLUELoggingConstants |
CLUSTER_DEBUG_EVENT, CLUSTER_EVENT, CONSOLE_DEBUG_EVENT, DEPLOY_EVENT, DETECTORS_EVENT, HTTP_EVENT, JMS_EVENT, REBINDING_EVENT, SECURITY_DEBUG_EVENT, SECURITY_DETAIL_EVENT, SERVLET_EVENT, SOAP_EVENT |
Fields inherited from interface electric.xml.IEXMLLoggingConstants |
MAPPING_EVENT, SCHEMA_EVENT |
Fields inherited from interface electric.util.log.ILoggingConstants |
CLASSLOADER_EVENT, COMMAND_EVENT, COMMENT_EVENT, CONFIG_EVENT, DEBUG_EVENT, ELECTRIC_LOGGING_PROPERTY, ERROR_EVENT, EXCEPTION_EVENT, FILE_EVENT, LICENSE_EVENT, RESOURCES_EVENT, SECURITY_EVENT, SHUTDOWN_EVENT, SOURCE_EVENT, SQL_EVENT, STARTUP_EVENT, WARNING_EVENT |
Fields inherited from interface electric.application.web.classes.IClassConstants |
CLASS_EXTENSIONS, LIB_EXTENSIONS |
Constructor Summary | |
ClassManager(WebApplication application)
|
Method Summary | |
void |
addJar(java.lang.String filename,
MIMEData jar)
|
IClassPathSource |
getClassPathSource()
|
static ClassPathSource |
newClassPathSource(java.lang.String webInfRoot)
|
boolean |
removeJar(java.lang.String filename)
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassManager(WebApplication application)
application
- Method Detail |
public void start()
public void stop()
public IClassPathSource getClassPathSource()
public static ClassPathSource newClassPathSource(java.lang.String webInfRoot)
webInfRoot
- public void addJar(java.lang.String filename, MIMEData jar) throws DeploymentException
filename
- jar
-
DeploymentException
public boolean removeJar(java.lang.String filename) throws DeploymentException
filename
-
DeploymentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |