net.sf.jnati.deploy.source
Class TempJarSource

java.lang.Object
  extended by net.sf.jnati.deploy.source.ArtefactSource
      extended by net.sf.jnati.deploy.source.JarSource
          extended by net.sf.jnati.deploy.source.TempJarSource

public class TempJarSource
extends JarSource

Author:
Sam Adams

Constructor Summary
TempJarSource(File file, Artefact artefact)
           
 
Method Summary
 void close()
           
 
Methods inherited from class net.sf.jnati.deploy.source.JarSource
containsFile, getPath, isLocal, openFile
 
Methods inherited from class net.sf.jnati.deploy.source.ArtefactSource
loadManifest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempJarSource

public TempJarSource(File file,
                     Artefact artefact)
              throws IOException
Throws:
IOException
Method Detail

close

public void close()
           throws IOException
Overrides:
close in class JarSource
Throws:
IOException


Copyright © 2007-2011 Sam Adams. All Rights Reserved.