public class DefaultProfileSupport extends java.lang.Object implements ProfileSupport
Modifier | Constructor and Description |
---|---|
protected |
DefaultProfileSupport() |
|
DefaultProfileSupport(ProfileInfo info,
ProfileFactory factory,
ProfileRecognizer recognizer,
ProfileHashIO hashIO,
CommandFactory commandFactory) |
protected DefaultProfileSupport()
public DefaultProfileSupport(ProfileInfo info, ProfileFactory factory, ProfileRecognizer recognizer, ProfileHashIO hashIO, CommandFactory commandFactory)
public ProfileInfo getProfileInfo()
getProfileInfo
in interface ProfileSupport
public ProfileFactory getProfileFactory()
getProfileFactory
in interface ProfileSupport
protected void setProfileFactory(ProfileFactory factory)
public ProfileRecognizer getRecognizer()
getRecognizer
in interface ProfileSupport
public ProfileHashIO getHashIO()
getHashIO
in interface ProfileSupport
protected void setProfileHashIO(ProfileHashIO io)
public CommandFactory getCommandFactory()
getCommandFactory
in interface ProfileSupport
protected void setCommandFactory(CommandFactory factory)
protected void setProfileInfo(ProfileInfo info)
protected void setProfileInfoClass(MetaClass<ProfileInfo> profileInfoClass)
protected MetaClass<ProfileInfo> getProfileInfoClass()
protected void setFactoryClass(MetaClass<ProfileFactory> factoryClass)
protected MetaClass<ProfileFactory> getFactoryClass()
protected void setRecognizerClass(MetaClass<ProfileRecognizer> recognizerClass)
protected MetaClass<ProfileRecognizer> getRecognizerClass()
protected void setHashIOClass(MetaClass<ProfileHashIO> hashIOClass)
protected MetaClass<ProfileHashIO> getHashIOClass()
protected void setCommandFactoryClass(MetaClass<CommandFactory> commandFactoryClass)
protected MetaClass<CommandFactory> getCommandFactoryClass()