]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.init/src/org/argeo/api/init/RuntimeManager.java
Fix IPA initialisation
[lgpl/argeo-commons.git] / org.argeo.init / src / org / argeo / api / init / RuntimeManager.java
index 17c330c60045d998a93a1fc89c0bb267e81cd731..649ae17f50884486baa75d538ca7f75b487e1b46 100644 (file)
@@ -15,6 +15,7 @@ import java.util.function.Consumer;
 public interface RuntimeManager {
        String JVM_ARGS = "jvm.args";
        String STATE = "state";
+       String OSGI_STORAGE_DIRNAME = "osgi";
        String DATA = "data";
        String SHARED = "shared";
 
@@ -84,7 +85,7 @@ public interface RuntimeManager {
 
        /**
         * Load config from a {@link Properties} formatted stream. If a property value
-        * starts with a '+' character, itis expected that the last character is a
+        * starts with a '+' character, it is expected that the last character is a
         * separator and it will be prepended to the existing value.
         */
        @Deprecated