|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.extensionpoint.RepositoryProvider
public abstract class RepositoryProvider
This extension point defines a repository type in the system.
Constructor Summary | |
---|---|
RepositoryProvider()
|
Method Summary | |
---|---|
abstract java.lang.Class<? extends Repository<?>> |
getRepositoryClass()
Get the class defining the repository type. |
java.lang.Class<? extends TypeInstance> |
getTypeClass()
Get class of the supported type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepositoryProvider()
Method Detail |
---|
public abstract java.lang.Class<? extends Repository<?>> getRepositoryClass()
public final java.lang.Class<? extends TypeInstance> getTypeClass()
TypeProvider
getTypeClass
in interface TypeProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |