Package net.sourceforge.plantuml
Class AFileZipEntry
- java.lang.Object
-
- net.sourceforge.plantuml.AFileZipEntry
-
-
Constructor Summary
Constructors Constructor Description AFileZipEntry(java.io.File file, java.lang.String entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getAbsolutePath()
AParentFolder
getParentFile()
java.io.File
getUnderlyingFile()
int
hashCode()
boolean
isOk()
java.io.InputStream
open()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
open
public java.io.InputStream open() throws java.io.IOException
-
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
-
getAbsolutePath
public java.lang.String getAbsolutePath()
- Specified by:
getAbsolutePath
in interfaceAFile
-
getUnderlyingFile
public java.io.File getUnderlyingFile()
- Specified by:
getUnderlyingFile
in interfaceAFile
-
-