com.metamatrix.connector.xml.base
Class FileLifeManager

java.lang.Object
  extended by com.metamatrix.connector.xml.base.FileLifeManager

public class FileLifeManager
extends java.lang.Object


Constructor Summary
protected FileLifeManager(java.io.File file, ConnectorLogger logger)
           
 
Method Summary
 java.io.RandomAccessFile createRandomAccessFile()
           
 boolean doesMatch(java.lang.String filename)
           
 void finalize()
           
 long getLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLifeManager

protected FileLifeManager(java.io.File file,
                          ConnectorLogger logger)
                   throws java.io.IOException
Throws:
java.io.IOException
Method Detail

createRandomAccessFile

public java.io.RandomAccessFile createRandomAccessFile()
                                                throws java.io.IOException
Throws:
java.io.IOException

doesMatch

public boolean doesMatch(java.lang.String filename)
                  throws java.io.IOException
Throws:
java.io.IOException

getLength

public long getLength()
               throws java.io.IOException
Throws:
java.io.IOException

finalize

public void finalize()
Overrides:
finalize in class java.lang.Object


Copyright © 2009. All Rights Reserved.