All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yahoo.container.core.BundleLoaderProperties Maven / Gradle / Ivy

// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.container.core;

/**
 * @author gjoranv
 */
public interface BundleLoaderProperties {

    // TODO: This should be removed. The prefix is used to separate the bundles in BundlesConfig
    // into those that are transferred with filedistribution and those that are preinstalled
    // on disk. Instead, the model should have put them in two different configs. I.e. create a new
    // config 'preinstalled-bundles.def'.
    String DISK_BUNDLE_PREFIX = "file:";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy