Package com.ibm.cics.model
Interface IRepository
-
public interface IRepository
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COPYRIGHT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<InstallTarget>
getInstallTargets()
java.lang.String
getName()
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
java.lang.String getName()
-
getInstallTargets
java.util.List<InstallTarget> getInstallTargets()
-
-