public class ModulePhases extends Object
Modifier and Type | Field and Description |
---|---|
static double[] |
ALL
array of described phases
|
static double |
END
After resources (currently not usable as parsing ends by resource modules)
|
static double |
PRE_COMMENT
After headers are parsed but before comments
|
static double |
PRE_FILTER
After import but before filters
|
static double |
PRE_IMPORT
After comments but before import
|
static double |
PRE_RESOURCE
After filters but before resource (explicit, fallback, network and section)
|
static double |
START
Before any other module
|
Constructor and Description |
---|
ModulePhases() |
public static final double START
public static final double PRE_COMMENT
public static final double PRE_IMPORT
public static final double PRE_FILTER
public static final double PRE_RESOURCE
public static final double END
public static final double[] ALL
Copyright © 2013. All Rights Reserved.