protected class ChmSource.ChmEntry extends Object implements IResource, Comparable<ChmSource.ChmEntry>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ChmSource.ChmEntry tgt) |
boolean |
equals(Object tgt) |
InputStream |
getInputStream() |
InputStream |
getInputStream(String file)
Retrieves an input stream for a companion resource.
|
String |
getSourcePath() |
String |
getTargetPath()
Need to explicitly translate #SYSTEM target here so that the Spring configuration file is
generated correctly.
|
long |
getTime() |
boolean |
isDirectory() |
public String getSourcePath()
getSourcePath in interface IResourcepublic String getTargetPath()
getTargetPath in interface IResourcepublic boolean isDirectory()
isDirectory in interface IResourcepublic InputStream getInputStream()
getInputStream in interface IResourcepublic int compareTo(ChmSource.ChmEntry tgt)
compareTo in interface Comparable<ChmSource.ChmEntry>public InputStream getInputStream(String file)
file - Name of the resource file.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.