public class SnapshotFilter extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
bundleGroupName  | 
protected List<String> | 
bundlePrefixes  | 
protected List<String> | 
packagesPrefixes  | 
| Constructor and Description | 
|---|
SnapshotFilter(String groupName)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addBundlePrefix(String bundlePrefix)  | 
void | 
addPackagesPrefix(String packagesPrefix)  | 
String | 
getBundleGroupName()  | 
List<String> | 
getBundlePrefixes()  | 
List<String> | 
getPackagesPrefixes()  | 
boolean | 
includeBundleId(String bundleId)  | 
boolean | 
includeOperation(OperationInfoImpl op)  | 
boolean | 
includeSeamComponent(SeamComponentInfo seamComponent)  | 
protected final String bundleGroupName
protected final List<String> bundlePrefixes
protected final List<String> packagesPrefixes
public SnapshotFilter(String groupName)
public String getBundleGroupName()
public List<String> getBundlePrefixes()
public void addBundlePrefix(String bundlePrefix)
public List<String> getPackagesPrefixes()
public void addPackagesPrefix(String packagesPrefix)
public boolean includeBundleId(String bundleId)
public boolean includeSeamComponent(SeamComponentInfo seamComponent)
public boolean includeOperation(OperationInfoImpl op)
Copyright © 2019 Nuxeo. All rights reserved.