KeyFormat
SizRdhDirectFormat
, SizRdhFormat
public 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
KeyFormat
createKey
in interface KeyFormat
file
- Ziel-Datei, in der der Schluessel erzeugt werden soll.de.willuhn.util.ApplicationException
de.willuhn.jameica.system.OperationCanceledException
KeyFormat.createKey(java.io.File)
public boolean hasFeature(int feature)
KeyFormat
hasFeature
in interface KeyFormat
feature
- das geforderte Feature.KeyFormat.hasFeature(int)
protected static java.lang.String getRDHLib() throws de.willuhn.util.ApplicationException
de.willuhn.util.ApplicationException