Package cz.vutbr.fit.layout.tools
Class FLConfig
- java.lang.Object
-
- cz.vutbr.fit.layout.tools.FLConfig
-
public class FLConfig extends Object
FitLayout configuration utilities.- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description FLConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServiceManager
createServiceManager(ArtifactRepository repo)
Creates and configures a FitLayout ServiceManager instance.
-
-
-
Method Detail
-
createServiceManager
public static ServiceManager createServiceManager(ArtifactRepository repo)
Creates and configures a FitLayout ServiceManager instance.- Parameters:
repo
- the artifact repository to be used by the service manager ornull
when no repository should be configured.- Returns:
- the created ServiceManager instance
-
-