Class JarSecurityFileSelector
- java.lang.Object
-
- org.codehaus.plexus.archiver.filters.JarSecurityFileSelector
-
- All Implemented Interfaces:
org.codehaus.plexus.components.io.fileselectors.FileSelector
public class JarSecurityFileSelector extends java.lang.Object implements org.codehaus.plexus.components.io.fileselectors.FileSelector
- Since:
- 1.0-alpha-9
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLE_HINT
static java.lang.String[]
SECURITY_FILE_PATTERNS
-
Constructor Summary
Constructors Constructor Description JarSecurityFileSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
-
-
-
Field Detail
-
ROLE_HINT
public static final java.lang.String ROLE_HINT
- See Also:
- Constant Field Values
-
SECURITY_FILE_PATTERNS
public static final java.lang.String[] SECURITY_FILE_PATTERNS
-
-