public class Setup extends Object
Configurer
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear the setup.
|
Class<?> |
getConfigClass(ClassLoader classLoader)
Get the class mapped to the setup.
|
Media |
getConfigFile()
Get the configuration file.
|
Configurer |
getConfigurer()
Get the configurer reference.
|
public Setup(Media config)
config
- The config media.LionEngineException
- If error when opening the media.public void clear()
public final Configurer getConfigurer()
public final Media getConfigFile()
public final Class<?> getConfigClass(ClassLoader classLoader)
classLoader
- The class loader used.LionEngineException
- If the class was not found by the class loader.Copyright © 2016 Byron 3D Games Studio. All rights reserved.