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

com.chutneytesting.agent.domain.explore.CurrentNetworkDescription Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.chutneytesting.agent.domain.explore;

import com.chutneytesting.admin.domain.Backupable;
import com.chutneytesting.agent.domain.network.NetworkDescription;
import java.util.Optional;

public interface CurrentNetworkDescription extends Backupable {
    Optional findCurrent();
    void switchTo(NetworkDescription networkDescription);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy