Package | Description |
---|---|
org.nuxeo.common.utils |
Various utility classes used for managing paths, jars, strings, files, etc.
|
org.nuxeo.runtime.deployment.preprocessor.install.commands | |
org.nuxeo.runtime.deployment.preprocessor.install.filters |
Modifier and Type | Class and Description |
---|---|
class |
PathFilterSet |
Modifier and Type | Method and Description |
---|---|
static void |
FileUtils.copyTree(File src,
File dst,
PathFilter filter) |
static void |
FileUtils.copyTree(File src,
File dst,
Path prefix,
PathFilter filter) |
static void |
ZipUtils.unzip(File zip,
File dir,
PathFilter filter) |
static void |
ZipUtils.unzip(String prefix,
File zip,
File dir,
PathFilter filter) |
static void |
ZipUtils.unzip(String prefix,
ZipInputStream in,
File dir,
PathFilter filter) |
static void |
ZipUtils.unzip(ZipInputStream in,
File dir,
PathFilter filter) |
Constructor and Description |
---|
CopyCommand(Path src,
Path dst,
PathFilter filter) |
CopyCommand(Path src,
Path dst,
Path prefix,
PathFilter filter) |
MoveCommand(Path src,
Path dst,
PathFilter filter) |
UnzipCommand(Path src,
Path dst,
PathFilter filter) |
UnzipCommand(Path src,
Path dst,
PathFilter filter,
String prefix) |
ZipCommand(Path src,
Path dst,
String prefix,
PathFilter filter) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilter |
class |
ExcludeFilter |
class |
IncludeFilter |
Copyright © 2015 Nuxeo SA. All rights reserved.