public final class ToFileContractsTransformer extends Object
Constructor and Description |
---|
ToFileContractsTransformer() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Dumps contracts as files for the given
ContractConverter . |
public static void main(String[] args)
ContractConverter
.
- argument 1 : FQN - fully qualified name of the ContractConverter
[REQUIRED] - argument 2 : path - path where the dumped files should be stored
[OPTIONAL - defaults to target/converted-contracts] - argument 3 : path - path were
the contracts should be searched for [OPTIONAL - defaults to
src/test/resources/contracts]Copyright © 2016–2022 Spring. All rights reserved.