Package gw.internal.gosu
Class ShellEntityAccess
java.lang.Object
gw.config.BaseService
gw.internal.gosu.parser.DefaultEntityAccess
gw.internal.gosu.ShellEntityAccess
- All Implemented Interfaces:
IService
,IEntityAccess
,IPluginHost
-
Field Summary
FieldsFields inherited from class gw.internal.gosu.parser.DefaultEntityAccess
DEFAULT_LOGGER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addPluginRepositories
(StringBuilder sbFileRepositories) Methods inherited from class gw.internal.gosu.parser.DefaultEntityAccess
addEnhancementMethods, addEnhancementProperties, areBeansEqual, areUsesStatementsAllowedInStatementLists, getAdditionalSourceRoots, getCurrentTime, getDefaultTypeLoader, getDefaultTypeUses, getEntityIdProperty, getEntityInstanceFrom, getExtendedTypeDataFactory, getGosuClassLoadingObservers, getHashedEntityId, getKeyType, getLanguageLevel, getLocale, getLocalizedTypeInfoName, getLocalizedTypeName, getLogger, getTimeZone, getWebServerPaths, instance, isDomainInstance, isEntityClass, isInternal, isUnreachableCodeDetectionOn, makeStringFrom, reloadedTypes, shouldAddWarning, verifyValueForType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
Field Details
-
_classLoader
-
-
Constructor Details
-
ShellEntityAccess
public ShellEntityAccess()
-
-
Method Details
-
getPluginClassLoader
- Specified by:
getPluginClassLoader
in interfaceIEntityAccess
- Overrides:
getPluginClassLoader
in classDefaultEntityAccess
-
getPluginRepositories
- Specified by:
getPluginRepositories
in interfaceIEntityAccess
- Overrides:
getPluginRepositories
in classDefaultEntityAccess
-
addPluginRepositories
-