Package net.sourceforge.plantuml
Class AFileRegular
- java.lang.Object
-
- net.sourceforge.plantuml.AFileRegular
-
-
Constructor Summary
Constructors Constructor Description AFileRegular(SFile file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)AParentFoldergetParentFile()SFilegetSystemFolder()SFilegetUnderlyingFile()inthashCode()booleanisOk()java.io.InputStreamopenFile()java.lang.StringtoString()
-
-
-
Constructor Detail
-
AFileRegular
public AFileRegular(SFile file)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getParentFile
public AParentFolder getParentFile()
- Specified by:
getParentFilein interfaceAFile
-
getUnderlyingFile
public SFile getUnderlyingFile()
- Specified by:
getUnderlyingFilein interfaceAFile
-
getSystemFolder
public SFile getSystemFolder() throws java.io.IOException
- Specified by:
getSystemFolderin interfaceAFile- Throws:
java.io.IOException
-
-