com.sage.accpac.sm
Class ProgramSet

java.lang.Object
  extended by com.sage.accpac.sm.ProgramSet
All Implemented Interfaces:
IProgramSet

@ThreadSafe
public class ProgramSet
extends java.lang.Object
implements IProgramSet

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

ProgramSet

public ProgramSet()
creates an instance of the ProgramSet class

Method Detail

getInstalledPrograms

public final java.util.Collection<java.lang.String> getInstalledPrograms()
Get the list of installed programs (prefix and version) as a collection of upper-case strings.

Specified by:
getInstalledPrograms in interface IProgramSet
Returns:
A Collection of Strings, one per program. Each string is already converted to upper case.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011 Sage Software, Inc. All rights reserved.