Package dev.equo.ide
Class WorkspaceInit
java.lang.Object
dev.equo.ide.WorkspaceInit
Initializes the IDE workspace.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidShould be called on the root workspace dir, which has folders like instance/install/config.voidcopyAllFrom(WorkspaceInit other) Copies all initializers from the given workspace into this one.voidsetProperty(String subpath, String key, String value) Sets the given property at the given subpath.
-
Constructor Details
-
WorkspaceInit
public WorkspaceInit()
-
-
Method Details
-
setProperty
Sets the given property at the given subpath. -
copyAllFrom
Copies all initializers from the given workspace into this one. -
applyTo
Should be called on the root workspace dir, which has folders like instance/install/config.
-