Kie Workbench - Common - UI 6.1.0.CR1

org.kie.workbench.common.widgets.client.popups.file
Class FileNameAndCommitMessage

java.lang.Object
  extended by org.kie.workbench.common.widgets.client.popups.file.FileNameAndCommitMessage

public class FileNameAndCommitMessage
extends Object

ValueObject for details needed to copy or rename files


Constructor Summary
FileNameAndCommitMessage(String newFileName, String commitMessage)
           
 
Method Summary
 String getCommitMessage()
           
 String getNewFileName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileNameAndCommitMessage

public FileNameAndCommitMessage(String newFileName,
                                String commitMessage)
Method Detail

getNewFileName

public String getNewFileName()

getCommitMessage

public String getCommitMessage()

Kie Workbench - Common - UI 6.1.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.