Package | Description |
---|---|
org.glassfish.tools.ide.admin |
Modifier and Type | Method and Description |
---|---|
protected String |
RunnerRest.constructCommandUrl()
Build Glassfish REST command URL.
|
protected String |
RunnerJava.constructCommandUrl()
Build GlassFish administration interface command URL.
|
protected String |
RunnerRestCreateCluster.constructCommandUrl() |
protected String |
RunnerHttp.constructCommandUrl()
Build GlassFish HTTP command URL.
|
protected abstract String |
Runner.constructCommandUrl()
Template method to allow descendants to implement creation of command
url.
|
static AdminFactory |
AdminFactory.getInstance(GlassFishAdminInterface adminInterface)
Creates specific
AdminFactory child class instance
to build GlassFish server administration command runner and data objects
based on provided GlassFish server administration interface type. |
(package private) static AdminFactory |
AdminFactory.getInstance(GlassFishVersion version)
Creates specific
AdminFactory child class instance
to build GlassFish server administration command runner and data objects
based on provided GlassFish server version. |
(package private) Runner |
AdminFactory.newRunner(GlassFishServer srv,
Command cmd,
Class runnerClass)
Constructs an instance of selected
Runner child class. |
protected void |
RunnerRest.prepareHttpConnection(HttpURLConnection conn)
Prepare headers for HTTP connection.
|
protected void |
RunnerRestDeploy.prepareHttpConnection(HttpURLConnection conn) |
protected void |
RunnerHttp.prepareHttpConnection(HttpURLConnection conn)
Prepare headers for HTTP connection.
|
protected void |
Runner.prepareHttpConnection(HttpURLConnection conn)
Prepare headers for HTTP connection.
|
(package private) static boolean |
Runner.toBoolean(String constant)
Convert
String constant representing boolean
value to it's original boolean value. |
Copyright © 2013. All Rights Reserved.