Package org.syncany.config.to
Interface RepoTOFactory
-
- All Known Implementing Classes:
DefaultRepoTOFactory
public interface RepoTOFactory
This class is the interface for creation ofRepoTO
s. The reason this is in a factory is that repoTO's have a couple of moving and standing parts. (Chunkers, MultiChunkers and Transformers), which all may or may not be configurable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepoTO
createRepoTO()
-
-
-
Method Detail
-
createRepoTO
RepoTO createRepoTO()
-
-