Skip to content

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)
ServiceMetadata(Class<? extends ServiceProvider> type, Properties properties, ContentType contentType)

Method Summary

Modifier and Type Method Description
public boolean getBooleanCapability(String capName)
public String getModuleName()
public String getTypeName()
public Class<? extends ServiceProvider> getType()
public Class<?> getCapabilityType()
public Properties getProperties()
public String getProperty(String name)
public String getJarPath()
public String getTitle()
public ContentType getContentType()
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()


getCapabilityType

public Class<?> getCapabilityType()


getProperties

public Properties getProperties()


getProperty

public String getProperty(String name)


getJarPath

public String getJarPath()


getTitle

public String getTitle()


getContentType

public ContentType getContentType()


equals

public boolean equals(Object o)

Overrides:

Object


hashCode

public int hashCode()

Overrides:

Object


toString

public String toString()

Overrides:

Object