public abstract class ClasspathFileConstructionStrategy extends Object
Provides three default implementations (based on Vfs
) for dev, production and legacy modes.
Constructor and Description |
---|
ClasspathFileConstructionStrategy() |
Modifier and Type | Method and Description |
---|---|
abstract ClasspathEntry |
buildFile(Object... args) |
static ClasspathFileConstructionStrategy |
developmentModeWithVfs() |
static ClasspathFileConstructionStrategy |
legacyWithVfs() |
static ClasspathFileConstructionStrategy |
productionWithVfs() |
public abstract ClasspathEntry buildFile(Object... args)
public static ClasspathFileConstructionStrategy productionWithVfs()
public static ClasspathFileConstructionStrategy legacyWithVfs()
public static ClasspathFileConstructionStrategy developmentModeWithVfs()
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.