Package de.taimos.pipeline.aws
Class FileWrapper
java.lang.Object
de.taimos.pipeline.aws.FileWrapper
- All Implemented Interfaces:
Serializable
Contains serializable information about a file name.
- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
FileWrapper
(FilePath file) protected
FileWrapper
(FilePath base, FilePath file) FileWrapper
(String name, String path, boolean directory, long length, long lastModified) -
Method Summary
-
Constructor Details
-
FileWrapper
-
FileWrapper
protected FileWrapper(@Nonnull FilePath base, @Nonnull FilePath file) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
FileWrapper
- Throws:
IOException
InterruptedException
-
-
Method Details