first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package org.apache.commons.digester;
|
||||
|
||||
import org.xml.sax.Attributes;
|
||||
|
||||
public interface ObjectCreationFactory {
|
||||
Object createObject(Attributes paramAttributes) throws Exception;
|
||||
|
||||
Digester getDigester();
|
||||
|
||||
void setDigester(Digester paramDigester);
|
||||
}
|
Reference in New Issue
Block a user