org.apache.maven.plugin.dependency.testUtils.stubs
Class StubMarkerFile

java.lang.Object
  extended by java.io.File
      extended by org.apache.maven.plugin.dependency.testUtils.stubs.StubMarkerFile
All Implemented Interfaces:
Serializable, Comparable<File>

public class StubMarkerFile
extends File

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
 
Constructor Summary
StubMarkerFile(File parent, String child)
           
StubMarkerFile(String pathname)
           
StubMarkerFile(String parent, String child)
           
StubMarkerFile(URI uri)
           
 
Method Summary
 boolean createNewFile()
           
 
Methods inherited from class java.io.File
canExecute, canRead, canWrite, compareTo, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, 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

StubMarkerFile

public StubMarkerFile(String pathname)

StubMarkerFile

public StubMarkerFile(URI uri)

StubMarkerFile

public StubMarkerFile(File parent,
                      String child)

StubMarkerFile

public StubMarkerFile(String parent,
                      String child)
Method Detail

createNewFile

public boolean createNewFile()
                      throws IOException
Overrides:
createNewFile in class File
Throws:
IOException


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.