Uses of Class
org.weborganic.bastille.pageseeder.PSResourceType

Packages that use PSResourceType
org.weborganic.bastille.pageseeder A classes used to connect to PageSeeder. 
 

Uses of PSResourceType in org.weborganic.bastille.pageseeder
 

Methods in org.weborganic.bastille.pageseeder that return PSResourceType
 PSResourceType PSResource.type()
           
static PSResourceType PSResourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PSResourceType[] PSResourceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.weborganic.bastille.pageseeder with parameters of type PSResourceType
 PSResource.Builder PSResource.Builder.type(PSResourceType type)
          Sets the type of the resource.
 

Constructors in org.weborganic.bastille.pageseeder with parameters of type PSResourceType
PSConnector(PSResourceType type, String resource)
          Creates a new connection to the specified resource.
PSResource.Builder(PSResourceType type, String name)
          Creates a new builder for a PageSeeder resource.
PSResource(PSResourceType type, String name)
          Creates a new connection to the specified resource.