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 ProfileSupportpublic ProfileFactory getProfileFactory()
getProfileFactory in interface ProfileSupportprotected void setProfileFactory(ProfileFactory factory)
public ProfileRecognizer getRecognizer()
getRecognizer in interface ProfileSupportpublic ProfileHashIO getHashIO()
getHashIO in interface ProfileSupportprotected void setProfileHashIO(ProfileHashIO io)
public CommandFactory getCommandFactory()
getCommandFactory in interface ProfileSupportprotected 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()