Package org.seamcat.model.types
Interface SystemPluginConfiguration
-
- All Superinterfaces:
LibraryItem
public interface SystemPluginConfiguration extends LibraryItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
classname()
SystemModel
configuration()
java.lang.String
location()
-
Methods inherited from interface org.seamcat.model.types.LibraryItem
description
-
-
-
-
Method Detail
-
classname
java.lang.String classname()
-
location
java.lang.String location()
-
configuration
SystemModel configuration()
-
-