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

com.backendless.BackendlessFileBasicCreator Maven / Gradle / Ivy

The newest version!
package com.backendless;

import com.backendless.files.BackendlessFile;
import com.backendless.files.BackendlessFileCreator;


class BackendlessFileBasicCreator implements BackendlessFileCreator
{
  @Override
  public BackendlessFile create( String fileURL )
  {
    return new BackendlessFile( fileURL );
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy