Package net.sf.basedb.core
Class Install.PlatformFT
- java.lang.Object
-
- net.sf.basedb.core.Install.PlatformFT
-
-
Field Summary
Fields Modifier and Type Field Description (package private) DataFileTypeData
fileType
(package private) boolean
multiple
(package private) boolean
required
-
Constructor Summary
Constructors Constructor Description PlatformFT(DataFileTypeData fileType, boolean required, boolean multiple)
-
-
-
Field Detail
-
fileType
final DataFileTypeData fileType
-
required
final boolean required
-
multiple
final boolean multiple
-
-
Constructor Detail
-
PlatformFT
PlatformFT(DataFileTypeData fileType, boolean required, boolean multiple)
-
-