de.twenty11.skysail.common.selfdescription
Class ResourceDetails

java.lang.Object
  extended by de.twenty11.skysail.common.selfdescription.ResourceDetails

public class ResourceDetails
extends Object

A skysail server resource provides information about its capabilities by exposing a list of ResourceDetails.


Constructor Summary
ResourceDetails(String path, String finder, String desc)
           
 
Method Summary
 String getDesc()
           
 String getFinder()
           
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceDetails

public ResourceDetails(String path,
                       String finder,
                       String desc)
Method Detail

getPath

public String getPath()

getFinder

public String getFinder()

getDesc

public String getDesc()


Copyright © 2011-2012. All Rights Reserved.