Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.flexdbserver.services.asset
Class OPITypesDat  view OPITypesDat download OPITypesDat.java

java.lang.Object
  extended bycom.flexstor.common.importprocessor.TextFile
      extended bycom.flexstor.flexdbserver.services.asset.OPITypesDat

public class OPITypesDat
extends com.flexstor.common.importprocessor.TextFile


Field Summary
protected  java.util.Vector vFileData
           
 
Fields inherited from class com.flexstor.common.importprocessor.TextFile
bReadError, IDENTIFIER, inFile, reader, sVersion
 
Constructor Summary
OPITypesDat(java.lang.String sFile)
           
 
Method Summary
protected  boolean copyToVector()
           
 boolean isTypeSupported(java.lang.String sOpiType, java.lang.String sAssetType)
           
 
Methods inherited from class com.flexstor.common.importprocessor.TextFile
checkForSection, close, getCommand, getCommandValue, getFile, getFileName, getLine, getSeparator, openFile, readOK, streamOK
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vFileData

protected java.util.Vector vFileData
Constructor Detail

OPITypesDat

public OPITypesDat(java.lang.String sFile)
Method Detail

isTypeSupported

public boolean isTypeSupported(java.lang.String sOpiType,
                               java.lang.String sAssetType)

copyToVector

protected boolean copyToVector()