public class FileWrapper extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
FileWrapper(hudson.FilePath file) |
protected |
FileWrapper(hudson.FilePath base,
hudson.FilePath file) |
|
FileWrapper(String name,
String path,
boolean directory,
long length,
long lastModified) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getLastModified() |
long |
getLength() |
String |
getName() |
String |
getPath() |
int |
hashCode() |
boolean |
isDirectory() |
String |
toString() |
public FileWrapper(@Nonnull String name, @Nonnull String path, boolean directory, long length, long lastModified)
protected FileWrapper(@Nonnull hudson.FilePath base, @Nonnull hudson.FilePath file) throws IOException, InterruptedException
IOExceptionInterruptedExceptionprotected FileWrapper(@Nonnull hudson.FilePath file) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2020. All rights reserved.