|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.platform.launch.AppConfiguration
public class AppConfiguration
Generic application configuration.
| Constructor Summary | |
|---|---|
AppConfiguration()
|
|
AppConfiguration(java.util.Properties props)
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getAppArgs()
|
java.lang.String |
getAppClass()
|
java.lang.Object |
getAppObject()
|
java.lang.String |
getLogName()
Gets the value of logName |
java.lang.String |
getName()
Gets the value of name |
java.lang.String |
getPackageName()
Gets the value of packageName |
boolean |
isGui()
Gets the value of gui |
boolean |
isReadOnly()
Gets the value of readOnly |
void |
setAppArgs(java.lang.String[] newArgs)
|
void |
setAppClass(java.lang.String newClass)
|
void |
setAppObject(java.lang.Object newObject)
|
void |
setGui(boolean argGui)
Sets the value of gui |
void |
setLogName(java.lang.String argLogName)
Sets the value of logName |
void |
setName(java.lang.String argName)
Sets the value of name |
void |
setPackageName(java.lang.String argPackageName)
Sets the value of packageName |
void |
setReadOnly(boolean argReadOnly)
Sets the value of readOnly |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppConfiguration()
public AppConfiguration(java.util.Properties props)
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String argName)
argName - Value to assign to this.namepublic java.lang.String getLogName()
public void setLogName(java.lang.String argLogName)
argLogName - Value to assign to this.logNamepublic boolean isGui()
public void setGui(boolean argGui)
argGui - Value to assign to this.guipublic boolean isReadOnly()
public void setReadOnly(boolean argReadOnly)
argReadOnly - Value to assign to this.readOnlypublic java.lang.String getPackageName()
public void setPackageName(java.lang.String argPackageName)
argPackageName - Value to assign to this.packageNamepublic java.lang.Object getAppObject()
public void setAppObject(java.lang.Object newObject)
public java.lang.String getAppClass()
public void setAppClass(java.lang.String newClass)
public java.lang.String[] getAppArgs()
public void setAppArgs(java.lang.String[] newArgs)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||