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

it.uniroma2.art.semanticturkey.extension.impl.deployer.showvoc.ExistingProjectShowVocDeployerConfiguration Maven / Gradle / Ivy

The newest version!
package it.uniroma2.art.semanticturkey.extension.impl.deployer.showvoc;

import it.uniroma2.art.semanticturkey.config.Configuration;
import it.uniroma2.art.semanticturkey.properties.Required;
import it.uniroma2.art.semanticturkey.properties.STProperty;

/**
 * Configuration class for {@link ShowVocDeployer} that targets an existing project.
 *
 * Manuel Fiorelli
 */
public class ExistingProjectShowVocDeployerConfiguration extends ShowVocDeployerConfiguration {

	public static class MessageKeys {
		public static final String keyBase = "it.uniroma2.art.semanticturkey.extension.impl.deployer.showvoc.ExistingProjectShowVocDeployerConfiguration";

		public static final String shortName = keyBase + ".shortName";
	}

	@Override
	public String getShortName() {
		return "{" + MessageKeys.shortName + "}";
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy