JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Overlord Commons: Dev Servers 2.0.6.Final
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
G
I
J
M
O
P
S
U
W
A
AbstractModuleDiscoveryStrategy
- Class in
org.overlord.commons.dev.server.discovery
Base class for strategies.
AbstractModuleDiscoveryStrategy()
- Constructor for class org.overlord.commons.dev.server.discovery.
AbstractModuleDiscoveryStrategy
Constructor.
addModule(String, IModuleDiscoveryStrategy...)
- Method in class org.overlord.commons.dev.server.
DevServerEnvironment
Adds a module to the environment.
addModules(DevServerEnvironment)
- Method in class org.overlord.commons.dev.server.
DevServer
Adds dev server modules.
addModulesToJetty(DevServerEnvironment, ContextHandlerCollection)
- Method in class org.overlord.commons.dev.server.
DevServer
Adds the dev server modules as contexts in jetty.
addModulesToJetty(DevServerEnvironment, ContextHandlerCollection)
- Method in class org.overlord.commons.dev.server.
ErraiDevServer
ArchiveUtils
- Class in
org.overlord.commons.dev.server.util
Some general porpoise utils for working with archives.
ArchiveUtils()
- Constructor for class org.overlord.commons.dev.server.util.
ArchiveUtils
args
- Variable in class org.overlord.commons.dev.server.
DevServer
C
clean()
- Method in class org.overlord.commons.dev.server.
DevServerModule
Cleans the module's work dir (if it has one).
createAppConfigs()
- Method in class org.overlord.commons.dev.server.
DevServerEnvironment
Creates the UI application configs and sets the system property telling the Overlord Header servlet where to find them.
createDevEnvironment()
- Method in class org.overlord.commons.dev.server.
DevServer
D
debug(String)
- Method in class org.overlord.commons.dev.server.discovery.
AbstractModuleDiscoveryStrategy
DevServer
- Class in
org.overlord.commons.dev.server
Base class for dev servers.
DevServer(String[])
- Constructor for class org.overlord.commons.dev.server.
DevServer
Constructor.
DevServerEnvironment
- Class in
org.overlord.commons.dev.server
Holds information about the development runtime environment.
DevServerEnvironment(String[])
- Constructor for class org.overlord.commons.dev.server.
DevServerEnvironment
Constructor.
DevServerModule
- Class in
org.overlord.commons.dev.server
A single module running in a dev server.
DevServerModule()
- Constructor for class org.overlord.commons.dev.server.
DevServerModule
Constructor.
disableDebug()
- Method in class org.overlord.commons.dev.server.
DevServer
Disables debug logging.
discover(ModuleDiscoveryContext)
- Method in class org.overlord.commons.dev.server.discovery.
ErraiWebAppModuleFromMavenDiscoveryStrategy
discover(ModuleDiscoveryContext)
- Method in interface org.overlord.commons.dev.server.discovery.
IModuleDiscoveryStrategy
discover(ModuleDiscoveryContext)
- Method in class org.overlord.commons.dev.server.discovery.
JarModuleFromIDEDiscoveryStrategy
discover(ModuleDiscoveryContext)
- Method in class org.overlord.commons.dev.server.discovery.
JarModuleFromMavenDiscoveryStrategy
discover(ModuleDiscoveryContext)
- Method in class org.overlord.commons.dev.server.discovery.
WebAppModuleFromIDEDiscoveryStrategy
discover(ModuleDiscoveryContext)
- Method in class org.overlord.commons.dev.server.discovery.
WebAppModuleFromIDEGAVStrategy
discover(ModuleDiscoveryContext)
- Method in class org.overlord.commons.dev.server.discovery.
WebAppModuleFromMavenDiscoveryStrategy
discover(ModuleDiscoveryContext)
- Method in class org.overlord.commons.dev.server.discovery.
WebAppModuleFromMavenGAVStrategy
E
enableDebug()
- Method in class org.overlord.commons.dev.server.
DevServer
Enables debug logging.
ErraiDevServer
- Class in
org.overlord.commons.dev.server
Base class for errai dev servers.
ErraiDevServer(String[])
- Constructor for class org.overlord.commons.dev.server.
ErraiDevServer
Constructor.
ErraiWebAppModuleFromMavenDiscoveryStrategy
- Class in
org.overlord.commons.dev.server.discovery
ErraiWebAppModuleFromMavenDiscoveryStrategy(Class<?>)
- Constructor for class org.overlord.commons.dev.server.discovery.
ErraiWebAppModuleFromMavenDiscoveryStrategy
Constructor.
G
getErraiModuleId()
- Method in class org.overlord.commons.dev.server.
ErraiDevServer
getModule(String)
- Method in class org.overlord.commons.dev.server.
DevServerEnvironment
getModuleDir(String)
- Method in class org.overlord.commons.dev.server.
DevServerEnvironment
Gets the module's directory.
getModuleDir()
- Method in class org.overlord.commons.dev.server.
DevServerModule
getModuleWorkDir(String)
- Method in class org.overlord.commons.dev.server.
DevServerEnvironment
Gets the module's work directory.
getName()
- Method in interface org.overlord.commons.dev.server.discovery.
IModuleDiscoveryStrategy
getName()
- Method in class org.overlord.commons.dev.server.discovery.
JarModuleFromIDEDiscoveryStrategy
getName()
- Method in class org.overlord.commons.dev.server.discovery.
JarModuleFromMavenDiscoveryStrategy
getName()
- Method in class org.overlord.commons.dev.server.discovery.
WebAppModuleFromIDEDiscoveryStrategy
getName()
- Method in class org.overlord.commons.dev.server.discovery.
WebAppModuleFromIDEGAVStrategy
getName()
- Method in class org.overlord.commons.dev.server.discovery.
WebAppModuleFromMavenDiscoveryStrategy
getName()
- Method in class org.overlord.commons.dev.server.discovery.
WebAppModuleFromMavenGAVStrategy
getResource(String)
- Method in class org.overlord.commons.dev.server.
MultiDefaultServlet
getTargetDir()
- Method in class org.overlord.commons.dev.server.
DevServerEnvironment
getTargetDir()
- Method in class org.overlord.commons.dev.server.discovery.
ModuleDiscoveryContext
getWorkDir()
- Method in class org.overlord.commons.dev.server.
DevServerModule
go()
- Method in class org.overlord.commons.dev.server.
DevServer
Start/run the server.
I
IModuleDiscoveryStrategy
- Interface in
org.overlord.commons.dev.server.discovery
An interface used to dicover modules.
init()
- Method in class org.overlord.commons.dev.server.
MultiDefaultServlet
initContextHandler(ServletContext)
- Method in class org.overlord.commons.dev.server.
MultiDefaultServlet
inspectArgs(String[])
- Method in class org.overlord.commons.dev.server.
DevServerEnvironment
Checks for interesting command line args.
isInIDE()
- Method in class org.overlord.commons.dev.server.
DevServerModule
isModuleInIDE(String)
- Method in class org.overlord.commons.dev.server.
DevServerEnvironment
isUsingClassHiderAgent()
- Method in class org.overlord.commons.dev.server.
DevServerEnvironment
J
JarModuleFromIDEDiscoveryStrategy
- Class in
org.overlord.commons.dev.server.discovery
Finds a JAR module in the IDE.
JarModuleFromIDEDiscoveryStrategy(Class<?>, String)
- Constructor for class org.overlord.commons.dev.server.discovery.
JarModuleFromIDEDiscoveryStrategy
Constructor.
JarModuleFromMavenDiscoveryStrategy
- Class in
org.overlord.commons.dev.server.discovery
Finds a jar module on the maven classpath.
JarModuleFromMavenDiscoveryStrategy(Class<?>, String)
- Constructor for class org.overlord.commons.dev.server.discovery.
JarModuleFromMavenDiscoveryStrategy
Constructor.
M
ModuleDiscoveryContext
- Class in
org.overlord.commons.dev.server.discovery
Context passed to the discovery strategies.
ModuleDiscoveryContext(File)
- Constructor for class org.overlord.commons.dev.server.discovery.
ModuleDiscoveryContext
Constructor.
MultiDefaultServlet
- Class in
org.overlord.commons.dev.server
A collection of servlets.
MultiDefaultServlet()
- Constructor for class org.overlord.commons.dev.server.
MultiDefaultServlet
Constructor.
O
onVmExit()
- Method in class org.overlord.commons.dev.server.
DevServerEnvironment
Do any cleanup on exit.
org.overlord.commons.dev.server
- package org.overlord.commons.dev.server
org.overlord.commons.dev.server.discovery
- package org.overlord.commons.dev.server.discovery
org.overlord.commons.dev.server.util
- package org.overlord.commons.dev.server.util
P
postStart(DevServerEnvironment)
- Method in class org.overlord.commons.dev.server.
DevServer
Do any post startup tasks.
preConfig()
- Method in class org.overlord.commons.dev.server.
DevServer
Do any configuration steps.
S
serverPort()
- Method in class org.overlord.commons.dev.server.
DevServer
setInIDE(boolean)
- Method in class org.overlord.commons.dev.server.
DevServerModule
setModuleDir(File)
- Method in class org.overlord.commons.dev.server.
DevServerModule
setTargetDir(File)
- Method in class org.overlord.commons.dev.server.
DevServerEnvironment
setUsingClassHiderAgent(boolean)
- Method in class org.overlord.commons.dev.server.
DevServerEnvironment
setWorkDir(File)
- Method in class org.overlord.commons.dev.server.
DevServerModule
U
unpackToWorkDir(File, File)
- Static method in class org.overlord.commons.dev.server.util.
ArchiveUtils
Unpacks the given archive file into the output directory.
W
WebAppModuleFromIDEDiscoveryStrategy
- Class in
org.overlord.commons.dev.server.discovery
Discovers a web app module when it's in the IDE.
WebAppModuleFromIDEDiscoveryStrategy(Class<?>)
- Constructor for class org.overlord.commons.dev.server.discovery.
WebAppModuleFromIDEDiscoveryStrategy
Constructor.
WebAppModuleFromIDEGAVStrategy
- Class in
org.overlord.commons.dev.server.discovery
Finds a web app from GAV information.
WebAppModuleFromIDEGAVStrategy(String, String, boolean)
- Constructor for class org.overlord.commons.dev.server.discovery.
WebAppModuleFromIDEGAVStrategy
Constructor.
WebAppModuleFromMavenDiscoveryStrategy
- Class in
org.overlord.commons.dev.server.discovery
Discovers the module when presumably running from maven.
WebAppModuleFromMavenDiscoveryStrategy(Class<?>)
- Constructor for class org.overlord.commons.dev.server.discovery.
WebAppModuleFromMavenDiscoveryStrategy
Constructor.
WebAppModuleFromMavenGAVStrategy
- Class in
org.overlord.commons.dev.server.discovery
Finds a web app from GAV information.
WebAppModuleFromMavenGAVStrategy(String, String)
- Constructor for class org.overlord.commons.dev.server.discovery.
WebAppModuleFromMavenGAVStrategy
Constructor.
A
C
D
E
G
I
J
M
O
P
S
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Overlord Commons: Dev Servers 2.0.6.Final
Prev
Next
Frames
No Frames
All Classes
Copyright © 2013-2014
JBoss, a division of Red Hat
. All Rights Reserved.