com.pmease.quickbuild
Class ArtifactFile

java.lang.Object
  extended by java.io.File
      extended by com.pmease.quickbuild.ArtifactFile
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.io.File>

public class ArtifactFile
extends java.io.File

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
 
Constructor Summary
ArtifactFile(java.io.File file)
           
 
Method Summary
 long length()
           
static void writeTo(java.io.File file, long artifactSize)
           
 
Methods inherited from class java.io.File
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toString, toURI, toURL
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArtifactFile

public ArtifactFile(java.io.File file)
Method Detail

writeTo

public static void writeTo(java.io.File file,
                           long artifactSize)

length

public long length()
Overrides:
length in class java.io.File


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.