T - the generic type of the sourcepublic abstract class AbstractSource<T> extends AbstractTaskSource<T> implements Source<T>
| Constructor and Description |
|---|
AbstractSource(String name)
Creates a source with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
getEncryptionAtRestPolicy, getSeekableSource, setEncryptionAtRestPolicyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEncryptionAtRestPolicy, getSeekableSource, getSource, setEncryptionAtRestPolicypublic AbstractSource(String name)
name - IllegalArgumentException - if the name is blankpublic String getName()
getName in interface TaskSource<T>public String toString()
toString in class AbstractTaskSource<T>Copyright © 2021 sejda. All rights reserved.