|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.opensmus.MUSScriptMap
public class MUSScriptMap
This class maps movie names to server side script classes configured in the ScriptMap.cfg file. Reserved for internal use of OpenSMUS.
| Field Summary | |
|---|---|
java.util.Properties |
m_props
Properties set to store the script map table |
| Constructor Summary | |
|---|---|
MUSScriptMap(boolean enablescripting)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getPropertyEntries(java.lang.String propertyName,
java.lang.String separatorString)
Returns an array of Strings associated with the property specified by propertyName. |
java.lang.String[] |
getScriptName(java.lang.String prop)
Returns the name(s) of the server side script class configured for a particular movie. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.Properties m_props
| Constructor Detail |
|---|
public MUSScriptMap(boolean enablescripting)
| Method Detail |
|---|
public java.lang.String[] getScriptName(java.lang.String prop)
public java.lang.String[] getPropertyEntries(java.lang.String propertyName,
java.lang.String separatorString)
throws PropertyNotFoundException
propertyName - the name of the propertyseparatorString - the string that separates each entry
PropertyNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||