com.bea.content.loader.bulk
Interface LoaderFilter

All Known Implementing Classes:
ImageLoaderFilter, MetaLoaderFilter

public interface LoaderFilter

Interface for an object which can determine file-specific metadata for a File.


Method Summary
 void loadProperties(File f, Properties p, BulkLoader loader)
          Load the file-specific properties for the specified file into the properties, running under the given BulkLoader.
 

Method Detail

loadProperties

void loadProperties(File f,
                    Properties p,
                    BulkLoader loader)
Load the file-specific properties for the specified file into the properties, running under the given BulkLoader.

If the filter doesn't support the given file type or if there is an error, it should do nothing. This can use the error(), warning(), and debug() methods on the specified loader. Filters can also use WildCard and MimeTypeHelper to determine if they should do something with the file.



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.