org.apache.tomee.loader.filter
Class SuffixFilter

java.lang.Object
  extended by org.apache.tomee.loader.filter.SuffixFilter
All Implemented Interfaces:
Filter

public class SuffixFilter
extends Object
implements Filter

Version:
$Rev$ $Date$

Constructor Summary
SuffixFilter(String suffix)
           
 
Method Summary
 boolean accept(String name)
           
 boolean equals(Object o)
           
 String getSuffix()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SuffixFilter

public SuffixFilter(String suffix)
Method Detail

getSuffix

public String getSuffix()

accept

public boolean accept(String name)
Specified by:
accept in interface Filter

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.