Class InitialDataAutoConfiguration.InitialDataProperties.DataImportFile
java.lang.Object
com.broadleafcommerce.asset.autoconfigure.InitialDataAutoConfiguration.InitialDataProperties.DataImportFile
- Enclosing class:
- InitialDataAutoConfiguration.InitialDataProperties
public static class InitialDataAutoConfiguration.InitialDataProperties.DataImportFile
extends Object
Represents a file to be uploaded to a certain context.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.data.tracking.core.context.ContextRequest
getPath()
void
setContext
(com.broadleafcommerce.data.tracking.core.context.ContextRequest context) void
-
Constructor Details
-
DataImportFile
public DataImportFile()
-
-
Method Details
-
getPath
-
setPath
-
getContext
public com.broadleafcommerce.data.tracking.core.context.ContextRequest getContext() -
setContext
public void setContext(com.broadleafcommerce.data.tracking.core.context.ContextRequest context)
-