Package com.zerog.ia.auto.project
Class I5OSPlatform
- java.lang.Object
-
- com.zerog.ia.auto.project.I5OSPlatform
-
public final class I5OSPlatform extends java.lang.Object
The System i (i5/OS) platform specific settings, like RAIR specification.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RAIRSpecification
getRAIRSpec()
The settings for the i5/OS Registered Application Information Repository - RAIR (System i)void
setRAIRSpec(RAIRSpecification rairSpec)
The settings for the i5/OS Registered Application Information Repository - RAIR (System i)
-
-
-
Method Detail
-
setRAIRSpec
public void setRAIRSpec(RAIRSpecification rairSpec)
The settings for the i5/OS Registered Application Information Repository - RAIR (System i)
-
getRAIRSpec
public RAIRSpecification getRAIRSpec()
The settings for the i5/OS Registered Application Information Repository - RAIR (System i)
-
-