|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.hudson.test.JenkinsRule
public class JenkinsRule
JUnit 4.10+ style rule to allow test cases to fire up a Jenkins instance
Nested Class Summary | |
---|---|
static class |
JenkinsRule.BreakException
|
static class |
JenkinsRule.ComputerListenerImpl
|
static class |
JenkinsRule.DummySecurityRealm
|
static class |
JenkinsRule.TestBuildWrapper
|
class |
JenkinsRule.WebClient
Extends WebClient and provide convenience methods
for accessing Hudson. |
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
---|
ExtensionPoint.LegacyInstancesAreScopedToHudson |
Field Summary | |
---|---|
JenkinsComputerConnectorTester |
computerConnectorTester
|
protected String |
contextPath
Where in the Server is Hudson deployed? |
protected HudsonHomeLoader |
homeLoader
|
Hudson |
hudson
Points to the same object as jenkins does. |
Jenkins |
jenkins
|
protected JavaScriptDebugger |
jsDebugger
JavaScript "debugger" that provides you information about the JavaScript call stack and the current values of the local variables in those stack frame. |
protected int |
localPort
TCP/IP port that the server is listening on. |
static org.mortbay.jetty.MimeTypes |
MIME_TYPES
|
static List<ToolProperty<?>> |
NO_PROPERTIES
|
protected List<JenkinsRecipe.Runner> |
recipes
|
protected org.mortbay.jetty.Server |
server
|
static int |
SLAVE_DEBUG_PORT
Specify this to a TCP/IP port number to have slaves started with the debugger. |
protected List<LenientRunnable> |
tearDowns
Runnable s to be invoked at after() . |
int |
timeout
Number of seconds until the test times out. |
boolean |
useLocalPluginManager
Deprecated. Use pluginManager |
Constructor Summary | |
---|---|
JenkinsRule()
|
Method Summary | ||
---|---|---|
protected void |
after()
Override to tear down your specific external resource. |
|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
|
|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod method,
Object target)
Backward compatibility with JUnit 4.8. |
|
void |
assertAllImageLoadSuccessfully(com.gargoylesoftware.htmlunit.html.HtmlPage p)
Makes sure that all the images in the page loads successfully. |
|
|
assertBuildStatus(Result status,
R r)
Asserts that the outcome of the build is a specific outcome. |
|
|
assertBuildStatusSuccess(Future<? extends R> r)
|
|
|
assertBuildStatusSuccess(R r)
|
|
void |
assertEqualBeans(Object lhs,
Object rhs,
String properties)
Asserts that two JavaBeans are equal as far as the given list of properties are concerned. |
|
void |
assertEqualDataBoundBeans(List<?> lhs,
List<?> rhs)
Makes sure that two collections are identical via assertEqualDataBoundBeans(Object, Object) |
|
void |
assertEqualDataBoundBeans(Object lhs,
Object rhs)
Works like assertEqualBeans(Object, Object, String) but figure out the properties
via DataBoundConstructor |
|
void |
assertGoodStatus(com.gargoylesoftware.htmlunit.Page page)
Assert that the specifed page can be served with a "good" HTTP status, eg, the page is not missing and can be served without a server error |
|
void |
assertHelpExists(Class<? extends Describable> type,
String properties)
Asserts that help files exist for the specified properties of the given instance. |
|
void |
assertLogContains(String substring,
Run run)
Asserts that the console output of the build contains the given substring. |
|
void |
assertLogNotContains(String substring,
Run run)
Asserts that the console output of the build does not contain the given substring. |
|
void |
assertStringContains(String haystack,
String needle)
|
|
void |
assertStringContains(String message,
String haystack,
String needle)
|
|
void |
assertXPath(com.gargoylesoftware.htmlunit.html.DomNode page,
String xpath)
Asserts that the XPath matches the contents of a DomNode page. |
|
void |
assertXPath(com.gargoylesoftware.htmlunit.html.HtmlPage page,
String xpath)
Asserts that the XPath matches. |
|
void |
assertXPathResultsContainText(com.gargoylesoftware.htmlunit.html.DomNode page,
String xpath,
String needle)
|
|
void |
assertXPathValue(com.gargoylesoftware.htmlunit.html.DomNode page,
String xpath,
String expectedValue)
|
|
void |
assertXPathValueContains(com.gargoylesoftware.htmlunit.html.DomNode page,
String xpath,
String needle)
|
|
protected void |
before()
Override to set up your specific external resource. |
|
FreeStyleBuild |
buildAndAssertSuccess(FreeStyleProject job)
Avoids need for cumbersome this.<J,R>buildAndAssertSuccess(...) type hints under JDK 7 javac (and supposedly also IntelliJ). |
|
|
buildAndAssertSuccess(J job)
|
|
MavenBuild |
buildAndAssertSuccess(MavenModule job)
|
|
MavenModuleSetBuild |
buildAndAssertSuccess(MavenModuleSet job)
|
|
void |
configRoundtrip()
Hits the Hudson system configuration and submits without any modification. |
|
|
configRoundtrip(B before)
Performs a configuration round-trip testing for a builder. |
|
|
configRoundtrip(C before)
|
|
|
configRoundtrip(N node)
|
|
|
configRoundtrip(P job)
|
|
|
configRoundtrip(P job)
Loads a configuration page and submits it without any modifications, to perform a round-trip configuration test. |
|
|
configRoundtrip(P before)
Performs a configuration round-trip testing for a publisher. |
|
User |
configRoundtrip(User u)
|
|
|
configRoundtrip(V view)
|
|
hudson.tasks.Ant.AntInstallation |
configureDefaultAnt()
Extracts Ant and configures it. |
|
Maven.MavenInstallation |
configureDefaultMaven()
Returns the older default Maven, while still allowing specification of other bundled Mavens. |
|
Maven.MavenInstallation |
configureDefaultMaven(String mavenVersion,
int mavenReqVersion)
Locates Maven2 and configure that as the only Maven in the system. |
|
Maven.MavenInstallation |
configureMaven3()
|
|
protected void |
configureUpdateCenter()
Configures the update center setting for the test. |
|
org.mortbay.jetty.security.UserRealm |
configureUserRealm()
Configures a security realm for a test. |
|
CommandLauncher |
createComputerLauncher(EnvVars env)
Creates a CommandLauncher for launching a slave locally. |
|
JenkinsRule.DummySecurityRealm |
createDummySecurityRealm()
Creates a test SecurityRealm that recognizes username==password as valid. |
|
MockFolder |
createFolder(String name)
Creates a simple folder that other jobs can be placed in. |
|
FreeStyleProject |
createFreeStyleProject()
|
|
FreeStyleProject |
createFreeStyleProject(String name)
|
|
Launcher.LocalLauncher |
createLocalLauncher()
Creates Launcher.LocalLauncher . |
|
MatrixProject |
createMatrixProject()
|
|
MatrixProject |
createMatrixProject(String name)
|
|
MavenModuleSet |
createMavenProject()
Creates a empty Maven project with an unique name. |
|
MavenModuleSet |
createMavenProject(String name)
Creates a empty Maven project with the given name. |
|
DumbSlave |
createOnlineSlave()
Create a new slave on the local host and wait for it to come onilne before returning. |
|
DumbSlave |
createOnlineSlave(Label l)
Create a new slave on the local host and wait for it to come onilne before returning. |
|
DumbSlave |
createOnlineSlave(Label l,
EnvVars env)
Create a new slave on the local host and wait for it to come online before returning |
|
PretendSlave |
createPretendSlave(FakeLauncher faker)
|
|
DumbSlave |
createSlave()
|
|
DumbSlave |
createSlave(EnvVars env)
|
|
DumbSlave |
createSlave(Label l)
Creates and launches a new slave on the local host. |
|
DumbSlave |
createSlave(Label l,
EnvVars env)
|
|
DumbSlave |
createSlave(String labels,
EnvVars env)
Creates a slave with certain additional environment variables |
|
DumbSlave |
createSlave(String nodeName,
String labels,
EnvVars env)
|
|
TaskListener |
createTaskListener()
Creates a TaskListener connected to stdout. |
|
File |
createTmpDir()
Deprecated. Use TemporaryFolder instead. |
|
protected String |
createUniqueProjectName()
|
|
JenkinsRule.WebClient |
createWebClient()
This is to assist Groovy test clients who are incapable of instantiating the inner classes properly. |
|
protected javax.servlet.ServletContext |
createWebServer()
Prepares a webapp hosting environment to get ServletContext implementation
that we need for testing. |
|
|
executeOnServer(Callable<V> c)
Executes the given closure on the server, by the servlet request handling thread, in the context of an HTTP request. |
|
Constructor<?> |
findDataBoundConstructor(Class<?> c)
|
|
com.gargoylesoftware.htmlunit.html.HtmlInput |
findPreviousInputElement(com.gargoylesoftware.htmlunit.html.HtmlElement current,
String name)
|
|
|
get(Class<T> d)
Gets the descriptor instance of the current Hudson by its type. |
|
com.gargoylesoftware.htmlunit.html.HtmlButton |
getButtonByCaption(com.gargoylesoftware.htmlunit.html.HtmlForm f,
String s)
|
|
String |
getDisplayName()
Gets the string to be displayed. |
|
String |
getIconFileName()
Gets the file name of the icon. |
|
Jenkins |
getInstance()
|
|
static String |
getLog(Run run)
Get entire log file (this method is deprecated in hudson.model.Run, but in tests it is OK to load entire log). |
|
PluginManager |
getPluginManager()
|
|
org.junit.runner.Description |
getTestDescription()
|
|
URL |
getURL()
Returns the URL of the webapp top page. |
|
String |
getUrlName()
Gets the URL path name. |
|
File |
getWebAppRoot()
|
|
void |
interactiveBreak()
Blocks until the ENTER key is hit. |
|
boolean |
isGoodHttpStatus(int status)
Determines whether the specifed HTTP status code is generally "good" |
|
boolean |
isSomethingHappening()
Returns true if Hudson is building something or going to build something. |
|
|
last(List<T> items)
Returns the last item in the list. |
|
protected Hudson |
newHudson()
Creates a new instance of Jenkins . |
|
void |
pause()
Pauses the execution until ENTER is hit in the console. |
|
void |
recipe()
Called during the before() to give a test case an opportunity to
control the test environment in which Hudson is run. |
|
void |
recipeLoadCurrentPlugin()
If this test harness is launched for a Jenkins plugin, locate the target/test-classes/the.jpl and add a recipe to install that to the new Jenkins. |
|
com.gargoylesoftware.htmlunit.Page |
search(String q)
Performs a search from the search box. |
|
void |
setPluginManager(PluginManager pluginManager)
Sets the PluginManager to be used when creating a new Jenkins instance. |
|
void |
setQuietPeriod(int qp)
|
|
protected void |
setUpTimeout()
|
|
com.gargoylesoftware.htmlunit.html.HtmlPage |
submit(com.gargoylesoftware.htmlunit.html.HtmlForm form)
Submits the form. |
|
com.gargoylesoftware.htmlunit.html.HtmlPage |
submit(com.gargoylesoftware.htmlunit.html.HtmlForm form,
String name)
Submits the form by clikcing the submit button of the given name. |
|
void |
waitUntilNoActivity()
Waits until Hudson finishes building everything, including those in the queue. |
|
void |
waitUntilNoActivityUpTo(int timeout)
Waits until Hudson finishes building everything, including those in the queue, or fail the test if the specified timeout milliseconds is |
|
JenkinsRule |
with(HudsonHomeLoader homeLoader)
|
|
JenkinsRule |
with(PluginManager pluginManager)
|
|
JenkinsRule |
withExistingHome(File source)
|
|
JenkinsRule |
withNewHome()
|
|
JenkinsRule |
withPresetData(String name)
Declares that this test case expects to start with one of the preset data sets. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Hudson hudson
jenkins
does.
public Jenkins jenkins
protected HudsonHomeLoader homeLoader
protected int localPort
protected org.mortbay.jetty.Server server
protected String contextPath
Server
is Hudson deployed?
Just like javax.servlet.ServletContext#getContextPath()
, starts with '/' but doesn't end with '/'.
protected List<LenientRunnable> tearDowns
Runnable
s to be invoked at after()
.
protected List<JenkinsRecipe.Runner> recipes
protected JavaScriptDebugger jsDebugger
Unlike Java debugger, which you as a human interfaces directly and interactively, this JavaScript debugger is to be interfaced by your program (or through the expression evaluation capability of your Java debugger.)
public boolean useLocalPluginManager
pluginManager
WithPlugin
annotations, set to true.
This will cause a fresh PluginManager
to be created for this test.
Leaving this to false enables the test harness to use a pre-loaded plugin manager,
which runs faster.
public int timeout
public JenkinsComputerConnectorTester computerConnectorTester
public static final List<ToolProperty<?>> NO_PROPERTIES
public static int SLAVE_DEBUG_PORT
public static final org.mortbay.jetty.MimeTypes MIME_TYPES
Constructor Detail |
---|
public JenkinsRule()
Method Detail |
---|
public Jenkins getInstance()
protected void before() throws Throwable
Throwable
- if setup fails (which will disable after
protected void configureUpdateCenter() throws Exception
Exception
protected void setUpTimeout()
protected void after()
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
apply
in interface org.junit.rules.MethodRule
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
apply
in interface org.junit.rules.TestRule
public String getIconFileName()
Action
getIconFileName
in interface Action
If an absolute file name that starts from '/' is returned (like "/plugin/foo/abc.gif'), then it will be interpreted as a path from the context root of Jenkins. This is useful to pick up image files from a plugin.
Finally, return null to hide it from the task list. This is normally not very useful, but this can be used for actions that only contribute floatBox.jelly and no task list item. The other case where this is useful is to avoid showing links that require a privilege when the user is anonymous.
Functions.isAnonymous()
,
Functions.getIconFilePath(Action)
public String getDisplayName()
Action
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public String getUrlName()
Action
tions For example, if this method returns "xyz", and if the parent object (that this action is associated with) is bound to /foo/bar/zot, then this action object will be exposed to /foo/bar/zot/xyz.
This method should return a string that's unique among other Action
s.
The returned string can be an absolute URL, like "http://www.sun.com/", which is useful for directly connecting to external systems.
If the returned string starts with '/', like '/foo', then it's assumed to be relative to the context path of the Jenkins webapp.
getUrlName
in interface Action
Action.getIconFileName()
.Functions.getActionUrl(String, Action)
protected Hudson newHudson() throws Exception
Jenkins
. If the derived class wants to create it in a different way,
you can override it.
Exception
public PluginManager getPluginManager()
public void setPluginManager(PluginManager pluginManager)
PluginManager
to be used when creating a new Jenkins
instance.
pluginManager
- null to let Jenkins create a new instance of default plugin manager, like it normally does when running as a webapp outside the test.public JenkinsRule with(PluginManager pluginManager)
public File getWebAppRoot() throws Exception
Exception
protected javax.servlet.ServletContext createWebServer() throws Exception
ServletContext
implementation
that we need for testing.
Exception
public org.mortbay.jetty.security.UserRealm configureUserRealm()
public Maven.MavenInstallation configureDefaultMaven() throws Exception
Exception
public Maven.MavenInstallation configureMaven3() throws Exception
Exception
public Maven.MavenInstallation configureDefaultMaven(String mavenVersion, int mavenReqVersion) throws Exception
Exception
public hudson.tasks.Ant.AntInstallation configureDefaultAnt() throws Exception
Exception
public FreeStyleProject createFreeStyleProject() throws IOException
IOException
public FreeStyleProject createFreeStyleProject(String name) throws IOException
IOException
public MatrixProject createMatrixProject() throws IOException
IOException
public MatrixProject createMatrixProject(String name) throws IOException
IOException
public MavenModuleSet createMavenProject() throws IOException
IOException
configureDefaultMaven()
public MavenModuleSet createMavenProject(String name) throws IOException
IOException
configureDefaultMaven()
public MockFolder createFolder(String name) throws IOException
IOException
protected String createUniqueProjectName()
public Launcher.LocalLauncher createLocalLauncher()
Launcher.LocalLauncher
. Useful for launching processes.
@Deprecated public File createTmpDir() throws IOException
TemporaryFolder
instead.
IOException
public DumbSlave createSlave() throws Exception
Exception
public DumbSlave createSlave(Label l) throws Exception
Exception
public JenkinsRule.DummySecurityRealm createDummySecurityRealm()
SecurityRealm
that recognizes username==password as valid.
public URL getURL() throws IOException
IOException
public DumbSlave createSlave(EnvVars env) throws Exception
Exception
public DumbSlave createSlave(Label l, EnvVars env) throws Exception
Exception
public DumbSlave createSlave(String labels, EnvVars env) throws Exception
Exception
public DumbSlave createSlave(String nodeName, String labels, EnvVars env) throws Exception
Exception
public PretendSlave createPretendSlave(FakeLauncher faker) throws Exception
Exception
public CommandLauncher createComputerLauncher(EnvVars env) throws URISyntaxException, MalformedURLException
CommandLauncher
for launching a slave locally.
env
- Environment variables to add to the slave process. Can be null.
URISyntaxException
MalformedURLException
public DumbSlave createOnlineSlave() throws Exception
Exception
public DumbSlave createOnlineSlave(Label l) throws Exception
Exception
public DumbSlave createOnlineSlave(Label l, EnvVars env) throws Exception
Exception
public void interactiveBreak() throws Exception
Exception
public <T> T last(List<T> items)
public void pause() throws IOException
This is often very useful so that you can interact with Hudson from an browser, while developing a test case.
IOException
public com.gargoylesoftware.htmlunit.Page search(String q) throws Exception
Exception
public void configRoundtrip() throws Exception
Exception
public <P extends Job> P configRoundtrip(P job) throws Exception
See http://wiki.jenkins-ci.org/display/JENKINS/Unit+Test#UnitTest-Configurationroundtriptesting
Exception
public <P extends Item> P configRoundtrip(P job) throws Exception
Exception
public <B extends Builder> B configRoundtrip(B before) throws Exception
Exception
public <P extends Publisher> P configRoundtrip(P before) throws Exception
Exception
public <C extends ComputerConnector> C configRoundtrip(C before) throws Exception
Exception
public User configRoundtrip(User u) throws Exception
Exception
public <N extends Node> N configRoundtrip(N node) throws Exception
Exception
public <V extends View> V configRoundtrip(V view) throws Exception
Exception
public <R extends Run> R assertBuildStatus(Result status, R r) throws Exception
Exception
public boolean isGoodHttpStatus(int status)
public void assertGoodStatus(com.gargoylesoftware.htmlunit.Page page)
page
- public <R extends Run> R assertBuildStatusSuccess(R r) throws Exception
Exception
public <R extends Run> R assertBuildStatusSuccess(Future<? extends R> r) throws Exception
Exception
public <J extends AbstractProject<J,R>,R extends AbstractBuild<J,R>> R buildAndAssertSuccess(J job) throws Exception
Exception
public FreeStyleBuild buildAndAssertSuccess(FreeStyleProject job) throws Exception
this.<J,R>buildAndAssertSuccess(...)
type hints under JDK 7 javac (and supposedly also IntelliJ).
Exception
public MavenModuleSetBuild buildAndAssertSuccess(MavenModuleSet job) throws Exception
Exception
public MavenBuild buildAndAssertSuccess(MavenModule job) throws Exception
Exception
public void assertLogContains(String substring, Run run) throws Exception
Exception
public void assertLogNotContains(String substring, Run run) throws Exception
Exception
public static String getLog(Run run) throws IOException
IOException
public void assertXPath(com.gargoylesoftware.htmlunit.html.HtmlPage page, String xpath)
public void assertXPath(com.gargoylesoftware.htmlunit.html.DomNode page, String xpath)
page
- xpath
- public void assertXPathValue(com.gargoylesoftware.htmlunit.html.DomNode page, String xpath, String expectedValue)
public void assertXPathValueContains(com.gargoylesoftware.htmlunit.html.DomNode page, String xpath, String needle)
public void assertXPathResultsContainText(com.gargoylesoftware.htmlunit.html.DomNode page, String xpath, String needle)
public void assertAllImageLoadSuccessfully(com.gargoylesoftware.htmlunit.html.HtmlPage p)
public void assertStringContains(String message, String haystack, String needle)
public void assertStringContains(String haystack, String needle)
public void assertHelpExists(Class<? extends Describable> type, String properties) throws Exception
type
- The describable class type that should have the associated help files.properties
- ','-separated list of properties whose help files should exist.
Exception
public com.gargoylesoftware.htmlunit.html.HtmlPage submit(com.gargoylesoftware.htmlunit.html.HtmlForm form) throws Exception
HtmlForm.submit()
doesn't work correctly due to the use of YUI in Hudson.
Exception
public com.gargoylesoftware.htmlunit.html.HtmlPage submit(com.gargoylesoftware.htmlunit.html.HtmlForm form, String name) throws Exception
name
- This corresponds to the @name of <f:submit />
Exception
public com.gargoylesoftware.htmlunit.html.HtmlInput findPreviousInputElement(com.gargoylesoftware.htmlunit.html.HtmlElement current, String name)
public com.gargoylesoftware.htmlunit.html.HtmlButton getButtonByCaption(com.gargoylesoftware.htmlunit.html.HtmlForm f, String s)
public TaskListener createTaskListener()
TaskListener
connected to stdout.
public void assertEqualBeans(Object lhs, Object rhs, String properties) throws Exception
This method takes two objects that have properties (getXyz, isXyz, or just the public xyz field),
and makes sure that the property values for each given property are equals (by using Assert.assertThat(Object, org.hamcrest.Matcher)
)
Property values can be null on both objects, and that is OK, but passing in a property that doesn't exist will fail an assertion.
This method is very convenient for comparing a large number of properties on two objects, for example to verify that the configuration is identical after a config screen roundtrip.
lhs
- One of the two objects to be compared.rhs
- The other object to be comparedproperties
- ','-separated list of property names that are compared.
Exception
public void setQuietPeriod(int qp)
public void assertEqualDataBoundBeans(Object lhs, Object rhs) throws Exception
assertEqualBeans(Object, Object, String)
but figure out the properties
via DataBoundConstructor
Exception
public void assertEqualDataBoundBeans(List<?> lhs, List<?> rhs) throws Exception
assertEqualDataBoundBeans(Object, Object)
Exception
public Constructor<?> findDataBoundConstructor(Class<?> c)
public <T extends Descriptor<?>> T get(Class<T> d)
public boolean isSomethingHappening()
public void waitUntilNoActivity() throws Exception
This method uses a default time out to prevent infinite hang in the automated test execution environment.
Exception
public void waitUntilNoActivityUpTo(int timeout) throws Exception
Exception
public void recipe() throws Exception
before()
to give a test case an opportunity to
control the test environment in which Hudson is run.
One could override this method and call a series of withXXX
methods,
or you can use the annotations with Recipe
meta-annotation.
Exception
public void recipeLoadCurrentPlugin() throws Exception
This file is created by maven-hpi-plugin at the testCompile phase when the current packaging is jpi.
Exception
public JenkinsRule withNewHome()
public JenkinsRule withExistingHome(File source) throws Exception
Exception
public JenkinsRule withPresetData(String name)
test/src/main/preset-data/
for available datasets and what they mean.
public JenkinsRule with(HudsonHomeLoader homeLoader)
public <V> V executeOnServer(Callable<V> c) throws Exception
In HudsonTestCase
, a thread that's executing the test code is different from the thread
that carries out HTTP requests made through JenkinsRule.WebClient
. But sometimes you want to
make assertions and other calls with side-effect from within the request handling thread.
This method allows you to do just that. It is useful for testing some methods that
require StaplerRequest
and StaplerResponse
, or getting the credential
of the current user (via Jenkins.getAuthentication()
, and so on.
c
- The closure to be executed on the server.
JenkinsRule.BreakException
- If a closure throws any exception, that exception will be carried forward.
Exception
public JenkinsRule.WebClient createWebClient()
public org.junit.runner.Description getTestDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |