|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sage.accpac.sm.ProgramSet
@ThreadSafe public class ProgramSet
The ProgramSet class implements the IProgramSet interface.
| Constructor Summary | |
|---|---|
ProgramSet()
creates an instance of the ProgramSet class |
|
| Method Summary | |
|---|---|
java.util.Collection<java.lang.String> |
getInstalledPrograms()
Get the list of installed programs (prefix and version) as a collection of upper-case strings. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProgramSet()
ProgramSet class
| Method Detail |
|---|
public final java.util.Collection<java.lang.String> getInstalledPrograms()
getInstalledPrograms in interface IProgramSetCollection of Strings, one per program. Each
string is already converted to upper case.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||