Package com.zerog.ia.auto.project
Class Medias
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.Medias
-
- All Implemented Interfaces:
Referenceable
public final class Medias extends ProjectObject
Determines how the CD-ROM/DVD installer is split in media volumes.
Each entry in themedias
property represents a separate media volume (such as a CD). If the total size of the installer is greater than the total size of the specified medias, new volumes will automatically be created using the size of a CD as default (650 MB).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Vector<Medias>
getMedias()
TheVector
of medias to be associated with the InstallableObject.-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getMedias
public java.util.Vector<Medias> getMedias()
TheVector
of medias to be associated with the InstallableObject. For a Tag to work properly, a tag associated with InstallableObject must be available in Project
-
-