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

com.tngtech.propertyloader.impl.interfaces.PropertySuffixContainer Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package com.tngtech.propertyloader.impl.interfaces;

import java.util.List;

public interface PropertySuffixContainer {

    T addUserName();

    T addLocalHostNames();

    T addString(String suffix);

    T addSuffixList(List suffixes);

    T addDefaultSuffixes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy