Uses of Class
org.ow2.wildcat.hierarchy.Path

Packages that use Path
org.ow2.wildcat.event   
org.ow2.wildcat.hierarchy   
org.ow2.wildcat.hierarchy.attribute   
org.ow2.wildcat.hierarchy.resource   
 

Uses of Path in org.ow2.wildcat.event
 

Fields in org.ow2.wildcat.event declared as Path
protected  Path WEvent.source
          The source of the Event
 

Methods in org.ow2.wildcat.event with parameters of type Path
 void WEvent.setSource(Path path)
          Setter.
 

Constructors in org.ow2.wildcat.event with parameters of type Path
WAttributeEvent(Path source, java.lang.Object value)
          Constructor.
WEvent(Path source)
          Constructors
WHierarchyEvent(Path source, WHierarchyEvent.Type type, java.lang.String target)
          Constructor.
 

Uses of Path in org.ow2.wildcat.hierarchy
 

Fields in org.ow2.wildcat.hierarchy declared as Path
static Path Path.NULL
          Constant Path for null://
static Path Path.ROOT
          Constant Path for /.
 

Methods in org.ow2.wildcat.hierarchy that return Path
 Path Path.append(Path suffix)
          Creates a new Path by appending suffix to 'this'.
 Path Path.appendAttribute(java.lang.String name)
          Creates a new path by appending 'name' as attribute name to current path assumes 'name' to be a valid attribute name
 Path Path.appendResource(java.lang.String name)
          Creates a new path by appending 'name' as resource to current path
 Path Path.canonicalize()
          Canonicalize current path
 Path Path.getRelativePart()
          Creates a new path by stripping host and starting '/'
 Path Path.replacePrefix(Path oprefix, Path nprefix)
          Partially rewritte current path, changing oprefix in 'this' to nprefix
 Path Path.stripTop()
          Creates a new path by stripping the first resource as attribute name to current path.
 

Methods in org.ow2.wildcat.hierarchy with parameters of type Path
 Path Path.append(Path suffix)
          Creates a new Path by appending suffix to 'this'.
 boolean Path.isPrefix(Path prefix)
          Test wether argument is a prefix of current path
 void Mountable.mount(Context context, Path mountPoint)
          Mount the Mountable.
 Path Path.replacePrefix(Path oprefix, Path nprefix)
          Partially rewritte current path, changing oprefix in 'this' to nprefix
 

Constructors in org.ow2.wildcat.hierarchy with parameters of type Path
Path(Path path)
          Deep copy constructor
 

Uses of Path in org.ow2.wildcat.hierarchy.attribute
 

Fields in org.ow2.wildcat.hierarchy.attribute declared as Path
protected  Path POJOAttribute.path
           
 

Methods in org.ow2.wildcat.hierarchy.attribute with parameters of type Path
 void POJOAttribute.mount(Context context, Path mountPoint)
           
 void QueryAttribute.mount(Context context, Path mountPoint)
           
 

Uses of Path in org.ow2.wildcat.hierarchy.resource
 

Methods in org.ow2.wildcat.hierarchy.resource with parameters of type Path
 void Resource.attachAttribute(Path attribute, Attribute attr)
          Attach an attribute at specified location.
 void Resource.attachResource(Path resource, Resource res)
          Attach Resource at specified location.
 void Resource.createAttribute(Path attribute, java.lang.Object value)
          Create an attribute at specified location.
 void Resource.createResource(Path resource)
          Creates resources along a path
 void Resource.detachAttribute(Path attribute)
          Detach an attribute at specified location.
 void Resource.detachResource(Path resource)
          Detach a resource at specified location.
 Attribute Resource.getAttribute(Path path)
          Return the attribute at specified location.
 Resource Resource.getResource(Path res)
          Return the resource at specified location.
 java.lang.Object Resource.getValue(Path path)
          Fetch attribute value.
 java.util.Set<java.lang.String> Resource.list(Path resource)
          List resources and attributes.
 java.lang.Object Resource.setValue(Path path, java.lang.Object value)
          Set Attribute's value.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.