public interface ValidationOptions
Modifier and Type | Method and Description |
---|---|
List<ACHandling> |
getForbiddenACHandlingModes()
Define a list of forbidden
ACHandling modes, such as OVERWRITE, MERGE, and CLEAR. |
List<String> |
getForbiddenExtensions()
Define a list of forbidden file extensions, each of which must begin with a period,
followed by one-to-many word characters or periods.
|
List<String> |
getForbiddenFilterRootPrefixes()
Define a list of forbidden filter root path prefixes, such as
/libs , /apps/system ,
/home , etc. |
List<String> |
getPathsDeniedForInclusion()
Define a list of paths which a package filter must exclude to be considered valid.
|
WspFilter |
getValidationFilter()
return the
WorkspaceFilter against
which a package's WorkspaceFilter
will be validated |
boolean |
isAllowNonCoveredRoots()
Allow the package filter to specify filter roots which are not covered by the validation filter, and which are not ancestors of any roots specified by the validation filter
|
WspFilter getValidationFilter()
WorkspaceFilter
against
which a package's WorkspaceFilter
will be validatedWorkspaceFilter
boolean isAllowNonCoveredRoots()
List<String> getForbiddenExtensions()
List<ACHandling> getForbiddenACHandlingModes()
ACHandling
modes, such as OVERWRITE, MERGE, and CLEAR.ACHandling
modesList<String> getForbiddenFilterRootPrefixes()
/libs
, /apps/system
,
/home
, etc.Copyright © 2013-2017. All Rights Reserved.