public class ZipDiffToolArgs extends Object
| Constructor and Description |
|---|
ZipDiffToolArgs(org.apache.commons.cli.Options options,
File fileA,
File fileB,
Set<ZipIndexDiffEntryType> entryTypes,
boolean quiet,
boolean usageRequested,
boolean recurse,
boolean showDiffs,
boolean showUnchanged) |
| Modifier and Type | Method and Description |
|---|---|
Set<ZipIndexDiffEntryType> |
getEntryTypes() |
File |
getFileA() |
File |
getFileB() |
org.apache.commons.cli.Options |
getOptions() |
boolean |
isQuiet() |
boolean |
isRecurse() |
boolean |
isShowDiffs() |
boolean |
isShowUnchanged() |
boolean |
isUsageRequested() |
public ZipDiffToolArgs(org.apache.commons.cli.Options options,
File fileA,
File fileB,
Set<ZipIndexDiffEntryType> entryTypes,
boolean quiet,
boolean usageRequested,
boolean recurse,
boolean showDiffs,
boolean showUnchanged)
public org.apache.commons.cli.Options getOptions()
public boolean isUsageRequested()
public boolean isQuiet()
public File getFileA()
public File getFileB()
public Set<ZipIndexDiffEntryType> getEntryTypes()
public boolean isRecurse()
public boolean isShowDiffs()
public boolean isShowUnchanged()
Copyright © 2020. All rights reserved.