Class 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  
      • Fields inherited from interface org.codehaus.plexus.components.io.fileselectors.FileSelector

        DEFAULT_ROLE_HINT, ROLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • SECURITY_FILE_PATTERNS

        public static final java.lang.String[] SECURITY_FILE_PATTERNS
    • Constructor Detail

      • JarSecurityFileSelector

        public JarSecurityFileSelector()
    • Method Detail

      • isSelected

        public boolean isSelected​(@Nonnull
                                  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