public class VaadinConnectClientGenerator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONNECT_CLIENT_IMPORT_PATH |
static String |
CONNECT_CLIENT_NAME |
Constructor and Description |
---|
VaadinConnectClientGenerator(Properties applicationProperties)
Creates the generator, getting the data needed for the generation out of
the application properties.
|
Modifier and Type | Method and Description |
---|---|
void |
generateVaadinConnectClientFile(Path outputFilePath)
Generates the client file in the file specified.
|
public static final String CONNECT_CLIENT_NAME
public static final String CONNECT_CLIENT_IMPORT_PATH
public VaadinConnectClientGenerator(Properties applicationProperties)
applicationProperties
- the properties with the data required for the generationpublic void generateVaadinConnectClientFile(Path outputFilePath)
outputFilePath
- the file to generate the default client intoCopyright © 2020. All rights reserved.