org.jboss.galleon.cli.cmd.Headers Maven / Gradle / Ivy
/*
* Copyright 2016-2019 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jboss.galleon.cli.cmd;
/**
*
* @author [email protected]
*/
public class Headers {
public static final String BUILD = "Build";
public static final String BUILDS = "Builds";
public static final String CHANNEL = "Channel";
public static final String CONFIGURATION = "Configuration";
public static final String CONFIGURATION_ITEM = "Configuration Item";
public static final String CURRENT_BUILD = "Current Build";
public static final String DEFAULT_VALUE = "Default Value";
public static final String DEPENDENCY = "Dependency";
public static final String DEPENDENCIES = "Dependencies";
public static final String FEATURE = "Feature";
public static final String LATEST_BUILD = "Latest Build";
public static final String LAYERS = "Layers";
public static final String NAME = "Name";
public static final String OPTION = "Option";
public static final String PACKAGE = "Package";
public static final String PASSIVE = "Passive";
public static final String PATCH = "Patch";
public static final String PATCHES = "Patches";
public static final String PATCH_FOR = "Patch For";
public static final String PRODUCT = "Product";
public static final String REQUIRED = "Required";
public static final String UNIVERSE_FACTORY = "Factory";
public static final String UNIVERSE_LOCATION = "Location";
public static final String UPDATE = "Update";
public static final String UPDATE_CHANNEL = "Update Channel";
public static final String VALUE = "Value";
}