org.codehaus.plexus.naming
Class Resource

java.lang.Object
  extended by org.codehaus.plexus.naming.Resource

public class Resource
extends java.lang.Object


Field Summary
private  java.lang.String name
           
private  java.util.Properties properties
           
private  java.lang.String type
           
 
Constructor Summary
Resource()
           
 
Method Summary
 java.lang.String getName()
           
 java.util.Properties getProperties()
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name

type

private java.lang.String type

properties

private java.util.Properties properties
Constructor Detail

Resource

public Resource()
Method Detail

getName

public java.lang.String getName()

getType

public java.lang.String getType()

getProperties

public java.util.Properties getProperties()