All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.cola.common.ColaConstant Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
/*
 * Copyright 2017 Alibaba.com All right reserved. This software is the
 * confidential and proprietary information of Alibaba.com ("Confidential
 * Information"). You shall not disclose such Confidential Information and shall
 * use it only in accordance with the terms of the license agreement you entered
 * into with Alibaba.com.
 */
package com.alibaba.cola.common;

/**
 * CoreConstant 
 * @author fulan.zjf 2017-11-04
 */
public class ColaConstant {

    public final static String DOT_SEPARATOR = ".";
    public final static String EXTENSION_EXTPT_NAMING = "ExtPt";

    public final static String EXE_METHOD = "execute";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy