Package io.github.qishr.cascara.common.service
Class ServiceMetadata
java.lang.Object
io.github.qishr.cascara.common.service.ServiceMetadata
public class ServiceMetadata
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceMetadata(Class<? extends ServiceProvider> type, Properties properties) |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public boolean | getBooleanCapability(String capName) | |
| public String | getModuleName() | |
| public String | getTypeName() | |
| public Class<? extends ServiceProvider> | getType() | |
| public Properties | getProperties() | |
| public String | getProperty(String name) | |
| public String | getJarPath() | |
| public String | getTitle() | |
| public boolean | equals(Object o) | |
| public int | hashCode() | |
| public String | toString() |
Method Details
getBooleanCapability
public boolean getBooleanCapability(String capName)
getModuleName
public String getModuleName()
getTypeName
public String getTypeName()
getType
public Class<? extends ServiceProvider> getType()
getProperties
public Properties getProperties()
getProperty
public String getProperty(String name)
getJarPath
public String getJarPath()
getTitle
public String getTitle()
equals
public boolean equals(Object o)
hashCode
public int hashCode()
toString
public String toString()