Package dev.equo.ide
Class WorkspaceInit
- java.lang.Object
-
- dev.equo.ide.WorkspaceInit
-
public class WorkspaceInit extends java.lang.ObjectInitializes the IDE workspace.
-
-
Constructor Summary
Constructors Constructor Description WorkspaceInit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTo(java.io.File workspaceDir)Should 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(java.lang.String subpath, java.lang.String key, java.lang.String value)Sets the given property at the given subpath.
-
-
-
Method Detail
-
setProperty
public void setProperty(java.lang.String subpath, java.lang.String key, java.lang.String value)Sets the given property at the given subpath.
-
copyAllFrom
public void copyAllFrom(WorkspaceInit other)
Copies all initializers from the given workspace into this one.
-
applyTo
public void applyTo(java.io.File workspaceDir)
Should be called on the root workspace dir, which has folders like instance/install/config.
-
-