com.atlassian.greenhopper.optionalfeatures.sampledata
Class SampleDataGeneratorAccessorImpl

java.lang.Object
  extended by com.atlassian.greenhopper.optionalfeatures.AbstractThirdPartyServiceAccessor
      extended by com.atlassian.greenhopper.optionalfeatures.sampledata.SampleDataGeneratorAccessorImpl
All Implemented Interfaces:
SampleDataGeneratorAccessor, ThirdPartyServiceReferenceHolder

@Service
public class SampleDataGeneratorAccessorImpl
extends AbstractThirdPartyServiceAccessor
implements SampleDataGeneratorAccessor


Constructor Summary
SampleDataGeneratorAccessorImpl()
           
 
Method Summary
 void clearServiceReferences()
           
 com.atlassian.fugue.Option<SampleDataGenerator> getSampleDataGenerator()
           
 
Methods inherited from class com.atlassian.greenhopper.optionalfeatures.AbstractThirdPartyServiceAccessor
getServiceFactoryClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleDataGeneratorAccessorImpl

public SampleDataGeneratorAccessorImpl()
Method Detail

getSampleDataGenerator

public com.atlassian.fugue.Option<SampleDataGenerator> getSampleDataGenerator()
Specified by:
getSampleDataGenerator in interface SampleDataGeneratorAccessor

clearServiceReferences

public void clearServiceReferences()
Specified by:
clearServiceReferences in interface ThirdPartyServiceReferenceHolder


Copyright © 2007-2013 Atlassian. All Rights Reserved.