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.util.Set<java.lang.String> getPlaceholders()
           
 java.lang.String getTextFileNamesRegex()
           
 void initPlaceholders(PlaceholderScanner scanner)
          Invoked when an artifact of this type is imported.
 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)

initPlaceholders

void initPlaceholders(PlaceholderScanner scanner)
Invoked when an artifact of this type is imported. After this call, the placeholders property should be filled.

Parameters:
scanner - The placeholder scanner to invoke.

getTextFileNamesRegex

java.lang.String getTextFileNamesRegex()