|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.ResourceCollection.Resource
public static class ResourceCollection.Resource
Class Resource holds a string path which may be a file, url or java resource path. Also holds a label and a set of properties.
| Constructor Summary | |
|---|---|
ResourceCollection.Resource(String path)
ctor |
|
ResourceCollection.Resource(String path,
String label,
Hashtable properties)
ctor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
equals |
String |
getProperty(String name)
_more_ |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceCollection.Resource(String path)
path - path
public ResourceCollection.Resource(String path,
String label,
Hashtable properties)
path - pathlabel - labelproperties - properties| Method Detail |
|---|
public String getProperty(String name)
name - _more_
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||