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
public class ShellEntityAccess extends DefaultEntityAccess
-
-
Field Summary
-
Fields inherited from class gw.internal.gosu.parser.DefaultEntityAccess
DEFAULT_LOGGER
-
-
Constructor Summary
Constructors Constructor Description ShellEntityAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLClassLoadergetPluginClassLoader()StringBuildergetPluginRepositories()-
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
-
-
-
-
Method Detail
-
getPluginClassLoader
public URLClassLoader getPluginClassLoader()
- Specified by:
getPluginClassLoaderin interfaceIEntityAccess- Overrides:
getPluginClassLoaderin classDefaultEntityAccess
-
getPluginRepositories
public StringBuilder getPluginRepositories()
- Specified by:
getPluginRepositoriesin interfaceIEntityAccess- Overrides:
getPluginRepositoriesin classDefaultEntityAccess
-
-