Mylyn WikiText

Uses of Class
org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToDitaTask.BreakStrategy

Packages that use MarkupToDitaTask.BreakStrategy
org.eclipse.mylyn.wikitext.core.util.anttask Ant tasks that drive conversion of markup to various output formats. 
 

Uses of MarkupToDitaTask.BreakStrategy in org.eclipse.mylyn.wikitext.core.util.anttask
 

Methods in org.eclipse.mylyn.wikitext.core.util.anttask that return MarkupToDitaTask.BreakStrategy
 MarkupToDitaTask.BreakStrategy MarkupToDitaTask.getTopicStrategy()
           
static MarkupToDitaTask.BreakStrategy MarkupToDitaTask.BreakStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MarkupToDitaTask.BreakStrategy[] MarkupToDitaTask.BreakStrategy.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.mylyn.wikitext.core.util.anttask with parameters of type MarkupToDitaTask.BreakStrategy
 void MarkupToDitaTask.setTopicStrategy(MarkupToDitaTask.BreakStrategy topicStrategy)
           
 


Mylyn WikiText

Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html