com.xebialabs.deployit.plugin.api.udm.artifact
Interface SourceArtifact

All Superinterfaces:
Artifact, ConfigurationItem, java.io.Serializable
All Known Subinterfaces:
ArchiveArtifact, DeployableArtifact, FileArtifact, FolderArtifact
All Known Implementing Classes:
BaseDeployableArchiveArtifact, BaseDeployableArtifact, BaseDeployableFileArtifact, BaseDeployableFolderArtifact

public interface SourceArtifact
extends Artifact


Field Summary
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
 
Method Summary
 java.lang.String getExcludeFileNamesRegex()
           
 java.util.Set<java.lang.String> getPlaceholders()
           
 java.lang.String getTextFileNamesRegex()
           
 void setPlaceholders(java.util.Set<java.lang.String> placeholders)
           
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.artifact.Artifact
getFile, setFile
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty
 

Method Detail

getPlaceholders

java.util.Set<java.lang.String> getPlaceholders()

setPlaceholders

void setPlaceholders(java.util.Set<java.lang.String> placeholders)

getTextFileNamesRegex

java.lang.String getTextFileNamesRegex()

getExcludeFileNamesRegex

java.lang.String getExcludeFileNamesRegex()
Returns:
regex that captures all the files that should not be scanned.