org.codehaus.plexus.archiver.filters
Class JarSecurityFileSelector

java.lang.Object
  extended by 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
Version:
$Id$

Field Summary
static java.lang.String ROLE_HINT
           
static java.lang.String[] SECURITY_FILE_PATTERNS
           
 
Fields inherited from interface org.codehaus.plexus.components.io.fileselectors.FileSelector
DEFAULT_ROLE_HINT, ROLE
 
Constructor Summary
JarSecurityFileSelector()
           
 
Method Summary
 boolean isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

JarSecurityFileSelector

public JarSecurityFileSelector()
Method Detail

isSelected

public boolean isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
                   throws java.io.IOException
Specified by:
isSelected in interface org.codehaus.plexus.components.io.fileselectors.FileSelector
Throws:
java.io.IOException


Copyright © 2001-2012 Codehaus. All Rights Reserved.