public class ReleaseUtils extends Object
Modifier and Type | Method and Description |
---|---|
static ReleaseDescriptor |
copyPropertiesToReleaseDescriptor(Properties properties) |
static ReleaseDescriptor |
merge(ReleaseDescriptor mergeInto,
ReleaseDescriptor toBeMerged)
Merge two descriptors together.
|
public static ReleaseDescriptor merge(ReleaseDescriptor mergeInto, ReleaseDescriptor toBeMerged)
workingDirectory
field. The completedPhase
field is used as
a default from the merge descriptor, but not overridden if it exists.mergeInto
- the descriptor to be merged intotoBeMerged
- the descriptor to merge into mergeIntopublic static ReleaseDescriptor copyPropertiesToReleaseDescriptor(Properties properties)
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.