@Nullable Collection<ValidationMessage> |
Validator.done() |
Called when the validation is done for one ValidationContext (this instance is no longer needed)
|
default @Nullable Collection<ValidationMessage> |
DocumentViewXmlValidator.validate(@NotNull DocViewNode2 node,
@NotNull NodeContext nodeContext,
boolean isRoot) |
Called for the beginning of each deserialized new JCR document view node.
|
default @Nullable Collection<ValidationMessage> |
DocumentViewXmlValidator.validate(@NotNull DocViewNode node,
@NotNull String nodePath,
@NotNull Path filePath,
boolean isRoot) |
Deprecated.
|
default @Nullable Collection<ValidationMessage> |
DocumentViewXmlValidator.validate(@NotNull DocViewNode node,
@NotNull NodeContext nodeContext,
boolean isRoot) |
Deprecated.
|
@Nullable Collection<ValidationMessage> |
FilterValidator.validate(@NotNull WorkspaceFilter filter) |
Called when a filter is validated.
|
default @Nullable Collection<ValidationMessage> |
NodePathValidator.validate(@NotNull String nodePath) |
Deprecated.
|
default @Nullable Collection<ValidationMessage> |
NodePathValidator.validate(@NotNull NodeContext nodeContext) |
Called for each node being found in a package.
|
@Nullable Collection<ValidationMessage> |
PropertiesValidator.validate(@NotNull PackageProperties properties) |
Called once for each each META-INF/vault/properties.xml being found.
|
@Nullable Collection<ValidationMessage> |
OsgiConfigurationValidator.validateConfig(@NotNull Map<String,Object> config,
@NotNull String pid,
@Nullable String subname,
@NotNull String nodePath) |
Called for each serialized OSGi configuration found in the content package.
|
default @Nullable Collection<ValidationMessage> |
DocumentViewXmlValidator.validateEnd(@NotNull DocViewNode2 node,
@NotNull NodeContext nodeContext,
boolean isRoot) |
Called for the end of each new deserialized JCR document view node (after all child nodes have been processed).
|
default @Nullable Collection<ValidationMessage> |
DocumentViewXmlValidator.validateEnd(@NotNull DocViewNode node,
@NotNull NodeContext nodeContext,
boolean isRoot) |
Deprecated.
|
default @Nullable Collection<ValidationMessage> |
GenericJcrDataValidator.validateJcrData(@NotNull InputStream input,
@NotNull Path filePath,
@NotNull Path basePath,
@NotNull Map<String,Integer> nodePathsAndLineNumbers) |
Called for each file below jcr_root.
|
default @Nullable Collection<ValidationMessage> |
GenericJcrDataValidator.validateJcrData(@NotNull InputStream input,
@NotNull Path filePath,
@NotNull Map<String,Integer> nodePathsAndLineNumbers) |
Deprecated.
|
default @Nullable Collection<ValidationMessage> |
JcrPathValidator.validateJcrPath(@NotNull Path filePath) |
Deprecated.
|
default @Nullable Collection<ValidationMessage> |
JcrPathValidator.validateJcrPath(@NotNull NodeContext nodeContext,
boolean isFolder) |
Deprecated.
|
default @Nullable Collection<ValidationMessage> |
JcrPathValidator.validateJcrPath(@NotNull NodeContext nodeContext,
boolean isFolder,
boolean isDocViewXml) |
Called for each file/folder below jcr_root.
|
default @Nullable Collection<ValidationMessage> |
GenericMetaInfDataValidator.validateMetaInfData(@NotNull InputStream input,
@NotNull Path filePath) |
Deprecated.
|
default @Nullable Collection<ValidationMessage> |
GenericMetaInfDataValidator.validateMetaInfData(@NotNull InputStream input,
@NotNull Path filePath,
@NotNull Path basePath) |
Called for each file below META-INF.
|
default @Nullable Collection<ValidationMessage> |
MetaInfPathValidator.validateMetaInfPath(@NotNull Path filePath) |
Deprecated.
|
default @Nullable Collection<ValidationMessage> |
MetaInfPathValidator.validateMetaInfPath(@NotNull Path filePath,
@NotNull Path basePath,
boolean isFolder) |
Called for each file/folder below META-INF.
|