JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
com.ntak.pearlzip.archive
Package
com.ntak.pearlzip.archive.pub
Interface CheckManifestRule
public interface
CheckManifestRule
A rule as part of a chain that validates a PZAX plugin manifest.
Author:
Aashutos Kakshepati
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getKey
()
void
processManifest
(
PluginInfo
info,
Path
targetDir)
Method Details
getKey
String
getKey
()
processManifest
void
processManifest
(
PluginInfo
info,
Path
targetDir)
throws
Exception
Throws:
Exception