Class SfcTypeAdapter

    • Constructor Detail

      • SfcTypeAdapter

        public SfcTypeAdapter()
    • Method Detail

      • getResourceFileName

        public java.lang.String getResourceFileName()
        Description copied from interface: ResourceTypeAdapter
        Get the name of the file that the adapted resource type should use to store its data on disk.

        Defaults to ProjectResource.DEFAULT_DATA_KEY.

        Returns:
        the name of the file that the adapted resource type should use to store its data on disk.
      • adaptData

        public byte[] adaptData​(byte[] data)
        Description copied from interface: ResourceTypeAdapter
        Adapt the data from the original project resource, if necessary.
        Returns:
        the adapted data, if necessary.