protected static enum AbstractRestxModuleDescriptorsDiscrepanciesDetectorWithPomAndIvyTest.GenerationType extends Enum<AbstractRestxModuleDescriptorsDiscrepanciesDetectorWithPomAndIvyTest.GenerationType>
| Modifier and Type | Method and Description |
|---|---|
void |
assertExistingAndGeneratedDescriptorsAreSimilar(File existingDescriptor,
File generatedDescriptor,
org.junit.rules.TemporaryFolder tempFolder) |
abstract restx.build.RestxBuild.Generator |
generator() |
static AbstractRestxModuleDescriptorsDiscrepanciesDetectorWithPomAndIvyTest.GenerationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractRestxModuleDescriptorsDiscrepanciesDetectorWithPomAndIvyTest.GenerationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractRestxModuleDescriptorsDiscrepanciesDetectorWithPomAndIvyTest.GenerationType IVY
public static final AbstractRestxModuleDescriptorsDiscrepanciesDetectorWithPomAndIvyTest.GenerationType POM
public static AbstractRestxModuleDescriptorsDiscrepanciesDetectorWithPomAndIvyTest.GenerationType[] values()
for (AbstractRestxModuleDescriptorsDiscrepanciesDetectorWithPomAndIvyTest.GenerationType c : AbstractRestxModuleDescriptorsDiscrepanciesDetectorWithPomAndIvyTest.GenerationType.values()) System.out.println(c);
public static AbstractRestxModuleDescriptorsDiscrepanciesDetectorWithPomAndIvyTest.GenerationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract restx.build.RestxBuild.Generator generator()
public void assertExistingAndGeneratedDescriptorsAreSimilar(File existingDescriptor, File generatedDescriptor, org.junit.rules.TemporaryFolder tempFolder) throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.