Class FileWrapper
java.lang.Object
org.jenkinsci.plugins.pipeline.utility.steps.fs.FileWrapper
- All Implemented Interfaces:
- Serializable
Contains serializable information about a file name.
- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedFileWrapper(FilePath file) protectedFileWrapper(FilePath base, FilePath file) FileWrapper(String name, String path, boolean directory, long length, long lastModified) 
- 
Method Summary
- 
Constructor Details- 
FileWrapper
- 
FileWrapperprotected FileWrapper(@NonNull FilePath base, @NonNull FilePath file) throws IOException, InterruptedException - Throws:
- IOException
- InterruptedException
 
- 
FileWrapper- Throws:
- IOException
- InterruptedException
 
 
- 
- 
Method Details