1 package org.smartcomps.twister.engine.priv;
2
3 /***
4 * Engine global constants.
5 */
6 public interface Constants {
7
8 public static final String IMPL_PROPERTY = "twister-implementations.properties";
9 public static final String EXEC_PROPERTY = "twister-executions.properties";
10 public static final String MANAGEMENT_PROPERTY = "twister-management.properties";
11 }
This page was automatically generated by Maven