com.sun.n1.sps.model.resource
Interface RsrcInfo

All Superinterfaces:
PluginMember

public interface RsrcInfo
extends PluginMember

RsrcInfo contains information about a resource, including the name and version of a resource..


Method Summary
 boolean getConfigurable()
          Returns the configurable flag.
 java.lang.String getName()
          Returns the name of this object.
 VersionNumber getVersionNumber()
          Returns the VersionNumber of this resource.
 
Methods inherited from interface com.sun.n1.sps.model.PluginMember
getPluginID
 

Method Detail

getConfigurable

boolean getConfigurable()
Returns the configurable flag.

Returns:
the configurable flag.

getVersionNumber

VersionNumber getVersionNumber()
Returns the VersionNumber of this resource.

Returns:
The VersionNumber of this resource.

getName

java.lang.String getName()
Returns the name of this object.

Returns:
the name of this object.