|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectarcade.security.etc.SecurityFrameProperties
public class SecurityFrameProperties
This class takes care of reading the .properties file from a specific folder path. All the keys and its values in those .properties file will be returned as a SecurityFrameData Object.
Constructor Summary | |
---|---|
SecurityFrameProperties()
|
Method Summary | |
---|---|
static SecurityFrameData |
getApplicationData(java.util.Properties p)
|
static java.io.File[] |
getFiles(java.lang.String filePath)
|
static java.util.Collection<SecurityFrameData> |
loadProperties(java.lang.String path)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityFrameProperties()
Method Detail |
---|
public static java.util.Collection<SecurityFrameData> loadProperties(java.lang.String path) throws UserConfigurationNotFoundException
UserConfigurationNotFoundException
public static java.io.File[] getFiles(java.lang.String filePath) throws UserConfigurationNotFoundException
UserConfigurationNotFoundException
public static SecurityFrameData getApplicationData(java.util.Properties p)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |