com.wewebu.ow.server.ecm
Class OwFileObject.OwObjectFileFilter

java.lang.Object
  extended by com.wewebu.ow.server.ecm.OwFileObject.OwObjectFileFilter
All Implemented Interfaces:
FileFilter
Enclosing class:
OwFileObject

protected class OwFileObject.OwObjectFileFilter
extends Object
implements FileFilter

a file filter that accepts only the given object types array


Constructor Summary
OwFileObject.OwObjectFileFilter(int[] iObjectTypes_p)
          construct a file filter that accepts only the given object types array
 
Method Summary
 boolean accept(File pathname_p)
          Tests whether or not the specified abstract pathname should be included in a pathname list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwFileObject.OwObjectFileFilter

public OwFileObject.OwObjectFileFilter(int[] iObjectTypes_p)
construct a file filter that accepts only the given object types array

Parameters:
iObjectTypes_p - array of OwObjectReference.OBJECT_TYPE_...
Method Detail

accept

public boolean accept(File pathname_p)
Tests whether or not the specified abstract pathname should be included in a pathname list.

Specified by:
accept in interface FileFilter


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.