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 Object
implements org.codehaus.plexus.components.io.fileselectors.FileSelector

Since:
1.0-alpha-9
Version:
$Id$

Field Summary
static String ROLE_HINT
           
static 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 String ROLE_HINT
See Also:
Constant Field Values

SECURITY_FILE_PATTERNS

public static final String[] SECURITY_FILE_PATTERNS
Constructor Detail

JarSecurityFileSelector

public JarSecurityFileSelector()
Method Detail

isSelected

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


Copyright © 2001-2011 Codehaus. All Rights Reserved.