brooklyn.entity.trait.HasShortName Maven / Gradle / Ivy
package brooklyn.entity.trait;
public interface HasShortName {
/** gets a short name, for human-friendly identification e.g. inside the name of a VM */
String getShortName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy