![JAR search and dependency download from the Maven repository](/logo.png)
org.alfresco.mock.test.MockImporterBootstrap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alfresco-tests Show documentation
Show all versions of alfresco-tests Show documentation
This is a jar project based on mock classes to test fastly the alfresco applications
The newest version!
package org.alfresco.mock.test;
import java.util.List;
import java.util.Properties;
import org.springframework.context.ApplicationEvent;
import org.springframework.extensions.surf.util.AbstractLifecycleBean;
public class MockImporterBootstrap extends AbstractLifecycleBean {
@Override
protected void onBootstrap(ApplicationEvent event) {
// TODO Auto-generated method stub
}
@Override
protected void onShutdown(ApplicationEvent event) {
// TODO Auto-generated method stub
}
public void setUseExistingStore(boolean useExistingStore)
{
// TODO Auto-generated method stub
}
public void setBootstrapViews(List bootstrapViews)
{
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy