Interface ShipsConverter<T extends IdentifiableShip>

All Superinterfaces:
org.core.utils.Identifiable
All Known Subinterfaces:
VesselConverter<V>
All Known Implementing Classes:
Ships5VesselConverter

public interface ShipsConverter<T extends IdentifiableShip> extends org.core.utils.Identifiable
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(@NotNull File file)
     
    @NotNull File
     

    Methods inherited from interface org.core.utils.Identifiable

    getId, getName
  • Method Details