3.2.1: 2012-12-13

net.sf.basedb.core
Class Install.PlatformFT

java.lang.Object
  extended by net.sf.basedb.core.Install.PlatformFT
Enclosing class:
Install

private static class Install.PlatformFT
extends Object


Field Summary
(package private)  DataFileTypeData fileType
           
(package private)  boolean multiple
           
(package private)  boolean required
           
 
Constructor Summary
Install.PlatformFT(DataFileTypeData fileType, boolean required, boolean multiple)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileType

final DataFileTypeData fileType

required

final boolean required

multiple

final boolean multiple
Constructor Detail

Install.PlatformFT

Install.PlatformFT(DataFileTypeData fileType,
                   boolean required,
                   boolean multiple)

3.2.1: 2012-12-13