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

skype2disk.FileDumpContentBuilderFactory Maven / Gradle / Ivy

The newest version!
package skype2disk;

import skype.ChatContentBuilder;
import skype.ChatContentBuilderFactory;
import skype.SkypeChat;

public class FileDumpContentBuilderFactory implements ChatContentBuilderFactory {

	@Override
	public ChatContentBuilder produce(SkypeChat chat) {
		return new FileDumpContentBuilder(chat);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy