public class FullBackup extends FileManager
| Modifier and Type | Class and Description |
|---|---|
static class |
FullBackup.DescriptorImpl |
| Constructor and Description |
|---|
FullBackup() |
FullBackup(String excludesString,
boolean followSymbolicLinks) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayName() |
String |
getExcludesString() |
Iterable<File> |
getFilesToBackup()
This method determines files and folders for Storage
|
int |
hashCode() |
boolean |
isFollowSymbolicLinks() |
all, getDescriptor, getSearchUrl, restoreFilespublic FullBackup()
@DataBoundConstructor public FullBackup(@CheckForNull String excludesString, boolean followSymbolicLinks)
public String getDisplayName()
public Iterable<File> getFilesToBackup()
FileManagergetFilesToBackup in class FileManagerpublic boolean equals(Object o)
equals in class FileManagerpublic int hashCode()
hashCode in class FileManager@CheckForNull public String getExcludesString()
public boolean isFollowSymbolicLinks()
Copyright © 2016–2022. All rights reserved.