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

io.cloudslang.content.vmware.constants.Constants Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package io.cloudslang.content.vmware.constants;

/**
 * Created by Mihai Tusa.
 * 11/13/2015.
 */
public class Constants {
    // VMware specific constants
    public static final String ENVIRONMENT_BROWSER = "environmentBrowser";
    public static final String CONTAINER_VIEW = "ContainerView";
    public static final String NAME = "name";
    public static final String VIEW = "view";
    public static final String SUMMARY = "summary";

    // Generic constants
    public static final String EMPTY = "";
    public static final String RIGHT_SQUARE_BRACKET = "]";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy