KeyFormatSizRdhDirectFormat, SizRdhFormatpublic abstract class AbstractSizRdhFormat extends java.lang.Object implements KeyFormat
| Modifier and Type | Field | Description |
|---|---|---|
protected static de.willuhn.util.I18N |
i18n |
FEATURE_CREATE, FEATURE_IMPORT| Constructor | Description |
|---|---|
AbstractSizRdhFormat() |
| Modifier and Type | Method | Description |
|---|---|---|
RDHKey |
createKey(java.io.File file) |
Erzeugt einen neuen Schluessel.
|
protected static java.lang.String |
getRDHLib() |
Liefert Pfad und Dateiname der nativen SIZRDH-Lib.
|
boolean |
hasFeature(int feature) |
Prueft, ob das Format das angegebene Feature unterstuetzt.
|
public RDHKey createKey(java.io.File file) throws de.willuhn.util.ApplicationException, de.willuhn.jameica.system.OperationCanceledException
KeyFormatcreateKey in interface KeyFormatfile - Ziel-Datei, in der der Schluessel erzeugt werden soll.de.willuhn.util.ApplicationExceptionde.willuhn.jameica.system.OperationCanceledExceptionKeyFormat.createKey(java.io.File)public boolean hasFeature(int feature)
KeyFormathasFeature in interface KeyFormatfeature - das geforderte Feature.KeyFormat.hasFeature(int)protected static java.lang.String getRDHLib()
throws de.willuhn.util.ApplicationException
de.willuhn.util.ApplicationException