|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.prowidesoftware.swift.model.PropertyResource
public abstract class PropertyResource
Common code for subclasses.
Field Summary | |
---|---|
protected static java.util.Properties |
prop
Property object to handle |
Constructor Summary | |
---|---|
protected |
PropertyResource()
Default constructor, loads the property file |
Method Summary | |
---|---|
protected abstract java.lang.String |
getResourceName()
Gets the resource name for the managed property |
boolean |
isValidCode(java.lang.String code)
Checks the parameter code in the managed prperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.util.Properties prop
Constructor Detail |
---|
protected PropertyResource()
Method Detail |
---|
protected abstract java.lang.String getResourceName()
public boolean isValidCode(java.lang.String code)
code
- key to look for in the properties
code
as key
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |