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 boolean
equals(java.lang.Object obj)
AParentFolder
getParentFile()
SFile
getSystemFolder()
SFile
getUnderlyingFile()
int
hashCode()
boolean
isOk()
java.io.InputStream
openFile()
java.lang.String
toString()
-
-
-
Constructor Detail
-
AFileRegular
public AFileRegular(SFile file)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
getParentFile
public AParentFolder getParentFile()
- Specified by:
getParentFile
in interfaceAFile
-
getUnderlyingFile
public SFile getUnderlyingFile()
- Specified by:
getUnderlyingFile
in interfaceAFile
-
getSystemFolder
public SFile getSystemFolder() throws java.io.IOException
- Specified by:
getSystemFolder
in interfaceAFile
- Throws:
java.io.IOException
-
-