com.sun.jersey.test.framework
Class AppDescriptor

java.lang.Object
  extended by com.sun.jersey.test.framework.AppDescriptor
Direct Known Subclasses:
LowLevelAppDescriptor, WebAppDescriptor

public abstract class AppDescriptor
extends Object

The base application descriptor.

Author:
Paul.Sandoz@Sun.COM

Nested Class Summary
protected static class AppDescriptor.AppDescriptorBuilder<T extends AppDescriptor.AppDescriptorBuilder,V extends AppDescriptor>
          The base builder for building an application descriptor.
 
Constructor Summary
protected AppDescriptor(AppDescriptor.AppDescriptorBuilder<?,?> b)
           
 
Method Summary
 ClientConfig getClientConfig()
          Get the client configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppDescriptor

protected AppDescriptor(AppDescriptor.AppDescriptorBuilder<?,?> b)
Method Detail

getClientConfig

public ClientConfig getClientConfig()
Get the client configuration.

Returns:
the client configuration.


Copyright © 2013 Oracle Corporation. All Rights Reserved.