org.sonar.server.startup
Class EnableProfiles

java.lang.Object
  extended by org.sonar.server.startup.EnableProfiles

public final class EnableProfiles
extends Object

Since:
2.6

Constructor Summary
EnableProfiles(Language[] languages, DatabaseSessionFactory sessionFactory, RegisterProvidedProfiles registerProfilesBefore)
           
 
Method Summary
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnableProfiles

public EnableProfiles(Language[] languages,
                      DatabaseSessionFactory sessionFactory,
                      RegisterProvidedProfiles registerProfilesBefore)
Method Detail

start

public void start()


Copyright © 2009-2012 SonarSource. All Rights Reserved.