public class VerGen
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VerGen.Version |
Constructor and Description |
---|
VerGen() |
Modifier and Type | Method and Description |
---|---|
static void |
generateFile(java.io.File outputDir,
VerGen.Version version,
int rev,
java.lang.String buildDate) |
static void |
main(java.lang.String[] args)
Emits a org.apache.zookeeper.version.Info interface file with version and
revision information constants set to the values passed in as command
line parameters.
|
static VerGen.Version |
parseVersionString(java.lang.String input) |
public static void generateFile(java.io.File outputDir, VerGen.Version version, int rev, java.lang.String buildDate)
public static VerGen.Version parseVersionString(java.lang.String input)
public static void main(java.lang.String[] args)
args
- Copyright © 2024 The Apache Software Foundation