public interface StackManagerFactory
Modifier and Type | Method and Description |
---|---|
StackManager |
create(File stackRoot,
File commonServicesRoot,
File extensionRoot,
OsFamily osFamily,
boolean validate) |
StackManager create(File stackRoot, @Nullable File commonServicesRoot, @Nullable File extensionRoot, OsFamily osFamily, boolean validate)
stackRoot
- the root of the stack (not null
).commonServicesRoot
- the root of the common services from which other stack services
are extended (not null
).extensionRoot
- the root of the extensions (not null
).osFamily
- the list of all parsed OS families (not null
).Copyright © 2022 Apache Software Foundation. All rights reserved.