|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.jSyncManager.API.Conduit.Tools.vTypes.vCommon.vResource
| Nested Class Summary |
| Nested classes inherited from class java.util.HashMap |
|
| Nested classes inherited from class java.util.AbstractMap |
|
| Field Summary | |
java.util.ResourceBundle |
addtlResources
Additional resourceBundle file to pull into resource list for each instantiation, can be null or non-existent in subclasses. |
| Fields inherited from class java.util.HashMap |
|
| Fields inherited from class java.util.AbstractMap |
|
| Constructor Summary | |
vResource()
Creates a new instance of vResource |
|
vResource(java.lang.String newResource)
Creates a new instance of vResource |
|
| Method Summary | |
java.lang.String |
get(java.lang.String vname,
java.lang.String key)
Finds the first resource value with the given key. |
java.util.ResourceBundle |
getAddtlResources()
Getter for property addtlResources. |
protected void |
getAll()
Retrieves all resources. |
java.util.HashMap |
getAll(java.lang.String partialkey)
Finds all resources starting with the given partial key. |
void |
setAddtlResources(java.util.ResourceBundle addtlResources)
Setter for property addtlResources. |
void |
setAddtlResources(java.lang.String addtlResources)
Setter for property addtlResources. |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
| Field Detail |
public java.util.ResourceBundle addtlResources
| Constructor Detail |
public vResource()
public vResource(java.lang.String newResource)
| Method Detail |
protected void getAll()
public java.util.HashMap getAll(java.lang.String partialkey)
partialkey - String value of partial key to be searched for.
public java.lang.String get(java.lang.String vname,
java.lang.String key)
key - String value of key to be searched for.
public java.util.ResourceBundle getAddtlResources()
public void setAddtlResources(java.util.ResourceBundle addtlResources)
addtlResources - New value of property addtlResources.
PropertyVetoException - if some vetoable listeners reject the new valuepublic void setAddtlResources(java.lang.String addtlResources)
addtlResources - New value of property addtlResources.
PropertyVetoException - if some vetoable listeners reject the new value
|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||