|
Sun Message Library for SWIFT API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stc.swift.builder.SwiftBuilderSpec
public class SwiftBuilderSpec
This class implements Swift connection information.
| Field Summary | |
|---|---|
static java.lang.String |
GUIPROP_SWIFT_DESC_FILE
GUI property for Swift Description File |
static java.lang.String |
GUIPROP_SWIFT_TYPE
GUI property for Swift Description File |
static java.lang.String |
GUIPROP_SWIFT_VERSION
GUI property for Swift Description File |
| Constructor Summary | |
|---|---|
SwiftBuilderSpec()
Constructor |
|
SwiftBuilderSpec(java.util.Properties prop)
Constructor |
|
SwiftBuilderSpec(java.lang.String descFile)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getOtdName()
Return the name of the Swift OTD |
java.util.Map |
getProperties()
returns a Map set of the properties |
java.lang.Object |
getProperty(java.lang.String name)
returns Object identifying the value of a property |
java.util.Iterator |
getPropertyNames()
returns an iterator to iterate through all the properties of a specific OtdContextSpec. |
java.io.File |
getSwiftDescFile()
Gets the Swift Description File object |
java.lang.String |
getSwiftType()
Getter for SwiftType attribute of the SwiftBuilderSpec object |
java.lang.String |
getSwiftVersion()
Getter for SwiftVersion attribute of the SwiftBuilderSpec object |
boolean |
hasSwiftType()
Checks to see if swiftType is populated |
boolean |
hasSwiftVersion()
Checks to see if swiftVersion is populated |
void |
setOtdName(java.lang.String otdName)
Set the name of the Swift OTD |
void |
setProperties(java.util.Properties props)
Sets properties using a property file |
void |
setProperty(java.lang.String name,
java.lang.Object value)
sets Object identifying the value of a property |
void |
setSwiftDescFile(java.lang.String aInputFileName)
Sets the Swift Description File object |
void |
setSwiftType(java.lang.String swiftType)
Setter for SwiftType attribute of the SwiftBuilderSpec object |
void |
setSwiftVersion(java.lang.String swiftVersion)
Setter for SwiftVersion attribute of the SwiftBuilderSpec object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String GUIPROP_SWIFT_DESC_FILE
public static final java.lang.String GUIPROP_SWIFT_VERSION
public static final java.lang.String GUIPROP_SWIFT_TYPE
| Constructor Detail |
|---|
public SwiftBuilderSpec()
public SwiftBuilderSpec(java.lang.String descFile)
descFile - Full path name of the Swift Description filepublic SwiftBuilderSpec(java.util.Properties prop)
prop - Sets properties using a property file| Method Detail |
|---|
public java.lang.String getSwiftVersion()
public void setSwiftVersion(java.lang.String swiftVersion)
swiftVersion - Swift Versionpublic boolean hasSwiftVersion()
public java.lang.String getSwiftType()
public void setSwiftType(java.lang.String swiftType)
swiftType - Swift Typepublic boolean hasSwiftType()
public java.io.File getSwiftDescFile()
public void setSwiftDescFile(java.lang.String aInputFileName)
aInputFileName - The string name of the Swift Description Filepublic java.lang.String getOtdName()
public void setOtdName(java.lang.String otdName)
otdName - namepublic java.util.Iterator getPropertyNames()
getPropertyNames in interface com.stc.otd.builder.OtdBuilderSpecpublic java.lang.Object getProperty(java.lang.String name)
getProperty in interface com.stc.otd.builder.OtdBuilderSpecname - Name of the Project
public void setProperty(java.lang.String name,
java.lang.Object value)
setProperty in interface com.stc.otd.builder.OtdBuilderSpecname - Name of the propertyvalue - Object to be storedpublic java.util.Map getProperties()
public void setProperties(java.util.Properties props)
props - Properties object containing builder specification
|
Sun Message Library for SWIFT API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||