Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.jxta.ext.config
Class ResourceManager  view ResourceManager download ResourceManager.java

java.lang.Object
  extended bynet.jxta.ext.config.Resource
      extended bynet.jxta.ext.config.ResourceManager

public class ResourceManager
extends Resource

Version:
$Id: ResourceManager.java,v 1.2 2003/10/31 08:01:30 gonzo Exp $

Field Summary
private static ResourceManager instance
           
 
Fields inherited from class net.jxta.ext.config.Resource
 
Constructor Summary
protected ResourceManager()
          Constructor for the ResourceManager object
 
Method Summary
static ResourceManager getInstance()
          Gets the instance attribute of the ResourceManager class
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class net.jxta.ext.config.Resource
contains, get, get, getAll, getAll, getBoolean, getBoolean, getBoolean, getChar, getChar, getClass, getClass, getClasses, getClasses, getColor, getColor, getFloat, getFloat, getInt, getInt, getInt, getLong, getLong, getLong, getResource, getResourceAsStream, getResourceAsStream, getResources, getURI, getURI, getURIs, getURIs, getURL, getURL, getURLs, getURLs, load, load, load, load, load, set, set, toURL, toURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

instance

private static ResourceManager instance
Constructor Detail

ResourceManager

protected ResourceManager()
Constructor for the ResourceManager object

Method Detail

getInstance

public static ResourceManager getInstance()
Gets the instance attribute of the ResourceManager class


toString

public java.lang.String toString()
Description of the Method

Overrides:
toString in class Resource