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 Modifier and Type Field Description private static java.net.URLClassLoader_classLoader-
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 private voidaddPluginRepositories(java.lang.StringBuilder sbFileRepositories)java.net.URLClassLoadergetPluginClassLoader()java.lang.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 java.net.URLClassLoader getPluginClassLoader()
- Specified by:
getPluginClassLoaderin interfaceIEntityAccess- Overrides:
getPluginClassLoaderin classDefaultEntityAccess
-
getPluginRepositories
public java.lang.StringBuilder getPluginRepositories()
- Specified by:
getPluginRepositoriesin interfaceIEntityAccess- Overrides:
getPluginRepositoriesin classDefaultEntityAccess
-
addPluginRepositories
private void addPluginRepositories(java.lang.StringBuilder sbFileRepositories)
-
-