AOWP_ConfigurationManager
public class AOWP_ConfigurationManager
Field Summary | |
---|---|
final str | |
static mixed |
Method Summary | |
---|---|
private static void | |
private static void | |
private static void | |
static void | createConfiguration(mixed aowpHome, mixed projectPath, mixed aspectPath, mixed runtimeDataFolder, mixed includPattern, mixed excludeFilePattern, mixed configClassLocation) |
static void | |
static void | |
static void | |
static void | |
static void | |
static void | |
static void | getRuntimeIncludePath(mixed targetSourcePath) |
static void | |
static void | |
static void | setupConfiguration(mixed aowpHome, mixed projectPath, mixed aspectPath, mixed dataFolderName, mixed includPattern, mixed excludeFilePattern, mixed configClassLocation, $excludeFilePattern ) This method generates and saves PHP file to define class for AOWP's configuration at weaving time and runtime. This method should be invoked before parsing PHP files and weaving defined aspects. |
static void |
public final str ASPECT_FOLDER_NAME = 'aspect'
public static mixed $WEAVING_TIME_FLAG = true
private static void _getConfigurationPath()
private static void _getConfigurationSamplePath()
private static void _getRuntimeAutoloadplusFolder()
public static void createConfiguration(mixed aowpHome, mixed projectPath, mixed aspectPath, mixed runtimeDataFolder, mixed includPattern, mixed excludeFilePattern, mixed configClassLocation)
public static void getAOWPClassPath()
public static void getAspectDirPath()
public static void getCacheFolder()
public static void getProjectHomePath()
public static void getRuntimeAspectFolder()
public static void getRuntimeDataFolder()
public static void getRuntimeIncludePath(mixed targetSourcePath)
public static void getRuntimeSourcePath()
public static void setupAspectForRuntime()
public static void setupConfiguration(mixed aowpHome, mixed projectPath, mixed aspectPath, mixed dataFolderName, mixed includPattern, mixed excludeFilePattern, mixed configClassLocation, $excludeFilePattern )
This method generates and saves PHP file to define class for AOWP's configuration at weaving time and runtime.
This method should be invoked before parsing PHP files and weaving defined aspects.
public static void setupRuntimeEnvironment()