public class GrouperInstallerIndexFile extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GrouperInstallerIndexFile.PatchFileType
type of patch file
|
Constructor and Description |
---|
GrouperInstallerIndexFile() |
Modifier and Type | Method and Description |
---|---|
String |
computeSha1()
compute sha1
|
StringBuilder |
getErrors()
errors to print when there is an error
|
File |
getFile()
reference to the file object itself
|
GrouperInstallerIndexFile.PatchFileType |
getPatchFileType()
type of file
|
String |
getPath()
path from the project directory for the file
|
String |
getRelativePath()
relative path is path from patch dir (e.g.
|
String |
getSimpleName()
name and extension of file
|
boolean |
isHasMultipleFilesByPath()
if there are multiple files by path from start of project
|
boolean |
isHasMultipleFilesByRelativePath()
if there are multiple files by relative path (in the patch)
|
boolean |
isHasMultipleFilesBySimpleName()
if there are multiple files by this simplename
|
void |
setErrors(StringBuilder errors1)
errors to print when there is an error
|
void |
setFile(File file1)
reference to the file object itself
|
void |
setHasMultipleFilesByPath(boolean hasMultipleFilesByPath1)
if there are multiple files by path from start of project
|
void |
setHasMultipleFilesByRelativePath(boolean hasMultipleFilesByRelativePath1)
if there are multiple files by relative path (in the patch)
|
void |
setHasMultipleFilesBySimpleName(boolean hasMultipleFilesBysimpleName1)
if there are multiple files by this simplename
|
void |
setPatchFileType(GrouperInstallerIndexFile.PatchFileType patchFileType1)
type of file
|
void |
setPath(String path1)
path from the project directory for the file
|
void |
setRelativePath(String relativePath1)
relative path is path from patch dir (e.g.
|
void |
setSimpleName(String simpleName1)
name and extension of file
|
String |
toString() |
public StringBuilder getErrors()
public void setErrors(StringBuilder errors1)
errors1
- the errors to setpublic boolean isHasMultipleFilesByRelativePath()
public void setHasMultipleFilesByRelativePath(boolean hasMultipleFilesByRelativePath1)
hasMultipleFilesByRelativePath1
- the hasMultipleFilesByRelativePath to setpublic boolean isHasMultipleFilesBySimpleName()
public void setHasMultipleFilesBySimpleName(boolean hasMultipleFilesBysimpleName1)
hasMultipleFilesBysimpleName1
- the hasMultipleFilesBysimpleName to setpublic String getRelativePath()
public String toString()
toString
in class Object
Object.toString()
public void setRelativePath(String relativePath1)
relativePath1
- the relativePath to setpublic boolean isHasMultipleFilesByPath()
public void setHasMultipleFilesByPath(boolean hasMultipleFilesByPath1)
hasMultipleFilesByPath1
- the hasMultipleFilesByPath to setpublic String getSimpleName()
public void setSimpleName(String simpleName1)
simpleName1
- the simpleName to setpublic GrouperInstallerIndexFile.PatchFileType getPatchFileType()
public void setPatchFileType(GrouperInstallerIndexFile.PatchFileType patchFileType1)
patchFileType1
- the patchFileType to setpublic String getPath()
public void setPath(String path1)
path1
- the path to setpublic File getFile()
public void setFile(File file1)
file1
- the file to setpublic String computeSha1()
Copyright © 2016 Internet2. All rights reserved.