com.xebialabs.deployit.client
Class Descriptors

java.lang.Object
  extended by com.xebialabs.deployit.client.Descriptors

public class Descriptors
extends java.lang.Object


Constructor Summary
Descriptors(java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> descriptors)
           
 
Method Summary
 java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> getDeployableArtifacts()
           
 java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> getDeployableResources()
           
 java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> getDeployables()
           
 java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> getDescriptors()
           
 java.util.Map<java.lang.String,java.util.List<java.lang.String>> getPropertiesIndexedByMap()
           
 java.util.List<java.lang.String> getPropertyName(java.lang.String type)
           
 boolean isPropertyNameofType(java.lang.String type, java.lang.String propertyname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Descriptors

public Descriptors(java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> descriptors)
Method Detail

getDescriptors

public java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> getDescriptors()

getPropertiesIndexedByMap

public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getPropertiesIndexedByMap()

getDeployables

public java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> getDeployables()

getDeployableArtifacts

public java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> getDeployableArtifacts()

getDeployableResources

public java.util.List<com.xebialabs.deployit.plugin.api.reflect.Descriptor> getDeployableResources()

isPropertyNameofType

public boolean isPropertyNameofType(java.lang.String type,
                                    java.lang.String propertyname)

getPropertyName

public java.util.List<java.lang.String> getPropertyName(java.lang.String type)