final class AndNameFilter extends AbstractAndFilter with NameFilter
- Alphabetic
- By Inheritance
- AndNameFilter
- NameFilter
- AbstractAndFilter
- FileFilter
- FileFilter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-  new AndNameFilter(left: NameFilter, right: NameFilter)
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        &(filter: NameFilter): NameFilter
      
      
      Constructs a filter that accepts a Stringif it matches both this filter and the givenfilter.Constructs a filter that accepts a Stringif it matches both this filter and the givenfilter.- Definition Classes
- NameFilter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        &&(filter: FileFilter): FileFilter
      
      
      Constructs a filter that accepts a Fileif it matches both this filter and the givenfilter.Constructs a filter that accepts a Fileif it matches both this filter and the givenfilter.- Definition Classes
- FileFilter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        -(filter: NameFilter): NameFilter
      
      
      Constructs a filter that accepts a Stringif it matches this filter but not the givenfilter.Constructs a filter that accepts a Stringif it matches this filter but not the givenfilter.- Definition Classes
- NameFilter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        --(filter: FileFilter): FileFilter
      
      
      Constructs a filter that accepts a Fileif it matches this filter but does not match the givenfilter.Constructs a filter that accepts a Fileif it matches this filter but does not match the givenfilter.- Definition Classes
- FileFilter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        accept(name: String): Boolean
      
      
      Returns trueto include thename,falseto exclude it.Returns trueto include thename,falseto exclude it.- Definition Classes
- AndNameFilter → NameFilter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        accept(file: File): Boolean
      
      
      Accepts Fileif itsgetNamemethod is accepted by this filter.Accepts Fileif itsgetNamemethod is accepted by this filter.- Definition Classes
- NameFilter → FileFilter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(o: Any): Boolean
      
      
      - Definition Classes
- AbstractAndFilter → AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AbstractAndFilter → AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        left: NameFilter
      
      
      - Definition Classes
- AndNameFilter → AbstractAndFilter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        right: NameFilter
      
      
      - Definition Classes
- AndNameFilter → AbstractAndFilter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AbstractAndFilter → AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        unary_-: NameFilter
      
      
      Constructs a filter that accepts a Stringif it does not match this filter.Constructs a filter that accepts a Stringif it does not match this filter.- Definition Classes
- NameFilter → FileFilter
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        |(filter: NameFilter): NameFilter
      
      
      Constructs a filter that accepts a Stringif it matches either this filter or the givenfilter.Constructs a filter that accepts a Stringif it matches either this filter or the givenfilter.- Definition Classes
- NameFilter
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ||(filter: FileFilter): FileFilter
      
      
      Constructs a filter that accepts a Fileif it matches either this filter or the givenfilter.Constructs a filter that accepts a Fileif it matches either this filter or the givenfilter.- Definition Classes
- FileFilter