Interface ExtensionInfo
-
- All Superinterfaces:
java.io.Serializable
public interface ExtensionInfo extends java.io.SerializableThis class describes the information which must be provided by each extension on jalo layer. By now this is just the extension name, but there might be some more informations in future releses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()The extension name.
-