@InterfaceAudience.Private public class ChecksumFactory extends Object
Constructor and Description |
---|
ChecksumFactory() |
Modifier and Type | Method and Description |
---|---|
static Constructor<?> |
newConstructor(String className)
Returns a Constructor that can be used to create a Checksum object.
|
static Checksum |
newInstance(String className)
Create a new instance of a Checksum object.
|
public static Checksum newInstance(String className) throws IOException
IOException
public static Constructor<?> newConstructor(String className) throws IOException
className
- classname for which an constructor is createdIOException
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.